mezon-js 2.15.52 → 2.15.54

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.
package/dist/client.d.ts CHANGED
@@ -337,8 +337,6 @@ export declare class Client {
337
337
  updateSystemMessage(session: ApiSession, clanId: string, request: MezonUpdateSystemMessageBody): Promise<any>;
338
338
  deleteSystemMessage(session: ApiSession, clanId: string): Promise<any>;
339
339
  updateCategoryOrder(session: ApiSession, request: ApiUpdateCategoryOrderRequest): Promise<any>;
340
- givecoffee(session: ApiSession, request: ApiGiveCoffeeEvent): Promise<any>;
341
- sendToken(session: ApiSession, request: ApiTokenSentEvent): Promise<any>;
342
340
  /** List a channel's users. */
343
341
  listStreamingChannelUsers(session: ApiSession, clanId: string, channelId: string, channelType: number, state?: number, limit?: number, cursor?: string): Promise<ApiStreamingChannelUserList>;
344
342
  registerStreamingChannel(session: ApiSession, request: ApiRegisterStreamingChannelRequest): Promise<boolean>;