feat: add new channel capabilities for editing, unsending, replying, effects, and group management
This commit is contained in:
committed by
Peter Steinberger
parent
1eab8fa9b0
commit
61907ddf3e
@@ -144,6 +144,11 @@ export type ChannelCapabilities = {
|
||||
chatTypes: Array<NormalizedChatType | "thread">;
|
||||
polls?: boolean;
|
||||
reactions?: boolean;
|
||||
edit?: boolean;
|
||||
unsend?: boolean;
|
||||
reply?: boolean;
|
||||
effects?: boolean;
|
||||
groupManagement?: boolean;
|
||||
threads?: boolean;
|
||||
media?: boolean;
|
||||
nativeCommands?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user