@mtcute/core 0.22.0 → 0.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -110,8 +110,6 @@ export declare class Chat {
|
|
|
110
110
|
get isLikelyUnavailable(): boolean;
|
|
111
111
|
/**
|
|
112
112
|
* Whether the current user is a member of the chat.
|
|
113
|
-
*
|
|
114
|
-
* For users, this is always `true`.
|
|
115
113
|
*/
|
|
116
114
|
get isMember(): boolean;
|
|
117
115
|
/** Whether this chat has a call/livestrean active */
|
|
@@ -110,8 +110,6 @@ export declare class Chat {
|
|
|
110
110
|
get isLikelyUnavailable(): boolean;
|
|
111
111
|
/**
|
|
112
112
|
* Whether the current user is a member of the chat.
|
|
113
|
-
*
|
|
114
|
-
* For users, this is always `true`.
|
|
115
113
|
*/
|
|
116
114
|
get isMember(): boolean;
|
|
117
115
|
/** Whether this chat has a call/livestrean active */
|