@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.
@@ -193,8 +193,6 @@ class Chat {
193
193
  }
194
194
  /**
195
195
  * Whether the current user is a member of the chat.
196
- *
197
- * For users, this is always `true`.
198
196
  */
199
197
  get isMember() {
200
198
  switch (this.raw._) {
@@ -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 */
@@ -186,8 +186,6 @@ class Chat {
186
186
  }
187
187
  /**
188
188
  * Whether the current user is a member of the chat.
189
- *
190
- * For users, this is always `true`.
191
189
  */
192
190
  get isMember() {
193
191
  switch (this.raw._) {
@@ -220,7 +220,7 @@ class NetworkManager {
220
220
  _: "initConnection",
221
221
  deviceModel,
222
222
  systemVersion: "1.0",
223
- appVersion: "0.22.0",
223
+ appVersion: "0.22.2",
224
224
  systemLangCode: "en",
225
225
  langPack: "",
226
226
  // "langPacks are for official apps only"
@@ -213,7 +213,7 @@ class NetworkManager {
213
213
  _: "initConnection",
214
214
  deviceModel,
215
215
  systemVersion: "1.0",
216
- appVersion: "0.22.0",
216
+ appVersion: "0.22.2",
217
217
  systemLangCode: "en",
218
218
  langPack: "",
219
219
  // "langPacks are for official apps only"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mtcute/core",
3
3
  "type": "module",
4
- "version": "0.22.0",
4
+ "version": "0.22.2",
5
5
  "description": "Type-safe library for MTProto (Telegram API)",
6
6
  "license": "MIT",
7
7
  "scripts": {},