Send related emoji along with Sticker, fix SendMessage types
This commit is contained in:
@@ -678,7 +678,8 @@ export type ProfileType = Readonly<{
|
||||
username?: string;
|
||||
uuid?: string;
|
||||
credential?: string;
|
||||
capabilities?: unknown;
|
||||
capabilities?: CapabilitiesType;
|
||||
paymentAddress?: string;
|
||||
}>;
|
||||
|
||||
export type GetIceServersResultType = Readonly<{
|
||||
|
Reference in New Issue
Block a user