Send related emoji along with Sticker, fix SendMessage types
This commit is contained in:
parent
3c91dce993
commit
bd380086a4
35 changed files with 522 additions and 376 deletions
|
@ -678,7 +678,8 @@ export type ProfileType = Readonly<{
|
|||
username?: string;
|
||||
uuid?: string;
|
||||
credential?: string;
|
||||
capabilities?: unknown;
|
||||
capabilities?: CapabilitiesType;
|
||||
paymentAddress?: string;
|
||||
}>;
|
||||
|
||||
export type GetIceServersResultType = Readonly<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue