Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatInvitesClient ¶
type ChatInvitesClient interface { MessagesExportChatInvite(ctx context.Context, in *mtproto.TLMessagesExportChatInvite) (*mtproto.ExportedChatInvite, error) MessagesCheckChatInvite(ctx context.Context, in *mtproto.TLMessagesCheckChatInvite) (*mtproto.ChatInvite, error) MessagesImportChatInvite(ctx context.Context, in *mtproto.TLMessagesImportChatInvite) (*mtproto.Updates, error) MessagesGetExportedChatInvites(ctx context.Context, in *mtproto.TLMessagesGetExportedChatInvites) (*mtproto.Messages_ExportedChatInvites, error) MessagesGetExportedChatInvite(ctx context.Context, in *mtproto.TLMessagesGetExportedChatInvite) (*mtproto.Messages_ExportedChatInvite, error) MessagesEditExportedChatInvite(ctx context.Context, in *mtproto.TLMessagesEditExportedChatInvite) (*mtproto.Messages_ExportedChatInvite, error) MessagesDeleteRevokedExportedChatInvites(ctx context.Context, in *mtproto.TLMessagesDeleteRevokedExportedChatInvites) (*mtproto.Bool, error) MessagesDeleteExportedChatInvite(ctx context.Context, in *mtproto.TLMessagesDeleteExportedChatInvite) (*mtproto.Bool, error) MessagesGetAdminsWithInvites(ctx context.Context, in *mtproto.TLMessagesGetAdminsWithInvites) (*mtproto.Messages_ChatAdminsWithInvites, error) MessagesGetChatInviteImporters(ctx context.Context, in *mtproto.TLMessagesGetChatInviteImporters) (*mtproto.Messages_ChatInviteImporters, error) MessagesHideChatJoinRequest(ctx context.Context, in *mtproto.TLMessagesHideChatJoinRequest) (*mtproto.Updates, error) MessagesHideAllChatJoinRequests(ctx context.Context, in *mtproto.TLMessagesHideAllChatJoinRequests) (*mtproto.Updates, error) ChannelsToggleJoinToSend(ctx context.Context, in *mtproto.TLChannelsToggleJoinToSend) (*mtproto.Updates, error) ChannelsToggleJoinRequest(ctx context.Context, in *mtproto.TLChannelsToggleJoinRequest) (*mtproto.Updates, error) }
func NewChatInvitesClient ¶
func NewChatInvitesClient(cli zrpc.Client) ChatInvitesClient
Click to show internal directories.
Click to hide internal directories.