Bots cant be in group therefore remove icon from channel interface

This commit is contained in:
lts20050703
2022-01-26 17:32:38 +07:00
parent ed508b1793
commit 55a7c03143
-2
View File
@@ -33,8 +33,6 @@ export interface Channel {
rateLimitPerUser?: number;
/** The recipients of the DM */
recipients?: User[];
/** Icon hash of the group DM */
icon?: string | null;
/** Id of the creator of the group DM or thread */
ownerId?: string;
/** Application id of the group DM creator if it is bot-created */