Documentation
¶
Index ¶
- type ChatInvitesCore
- func (c *ChatInvitesCore) ChannelsToggleJoinRequest(in *mtproto.TLChannelsToggleJoinRequest) (*mtproto.Updates, error)
- func (c *ChatInvitesCore) ChannelsToggleJoinToSend(in *mtproto.TLChannelsToggleJoinToSend) (*mtproto.Updates, error)
- func (c *ChatInvitesCore) MessagesCheckChatInvite(in *mtproto.TLMessagesCheckChatInvite) (*mtproto.ChatInvite, error)
- func (c *ChatInvitesCore) MessagesDeleteExportedChatInvite(in *mtproto.TLMessagesDeleteExportedChatInvite) (*mtproto.Bool, error)
- func (c *ChatInvitesCore) MessagesDeleteRevokedExportedChatInvites(in *mtproto.TLMessagesDeleteRevokedExportedChatInvites) (*mtproto.Bool, error)
- func (c *ChatInvitesCore) MessagesEditExportedChatInvite(in *mtproto.TLMessagesEditExportedChatInvite) (*mtproto.Messages_ExportedChatInvite, error)
- func (c *ChatInvitesCore) MessagesExportChatInvite(in *mtproto.TLMessagesExportChatInvite) (*mtproto.ExportedChatInvite, error)
- func (c *ChatInvitesCore) MessagesGetAdminsWithInvites(in *mtproto.TLMessagesGetAdminsWithInvites) (*mtproto.Messages_ChatAdminsWithInvites, error)
- func (c *ChatInvitesCore) MessagesGetChatInviteImporters(in *mtproto.TLMessagesGetChatInviteImporters) (*mtproto.Messages_ChatInviteImporters, error)
- func (c *ChatInvitesCore) MessagesGetExportedChatInvite(in *mtproto.TLMessagesGetExportedChatInvite) (*mtproto.Messages_ExportedChatInvite, error)
- func (c *ChatInvitesCore) MessagesGetExportedChatInvites(in *mtproto.TLMessagesGetExportedChatInvites) (*mtproto.Messages_ExportedChatInvites, error)
- func (c *ChatInvitesCore) MessagesHideAllChatJoinRequests(in *mtproto.TLMessagesHideAllChatJoinRequests) (*mtproto.Updates, error)
- func (c *ChatInvitesCore) MessagesHideChatJoinRequest(in *mtproto.TLMessagesHideChatJoinRequest) (*mtproto.Updates, error)
- func (c *ChatInvitesCore) MessagesImportChatInvite(in *mtproto.TLMessagesImportChatInvite) (*mtproto.Updates, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatInvitesCore ¶
type ChatInvitesCore struct { logx.Logger MD *metadata.RpcMetadata // contains filtered or unexported fields }
func New ¶
func New(ctx context.Context, svcCtx *svc.ServiceContext) *ChatInvitesCore
func (*ChatInvitesCore) ChannelsToggleJoinRequest ¶ added in v0.87.3
func (c *ChatInvitesCore) ChannelsToggleJoinRequest(in *mtproto.TLChannelsToggleJoinRequest) (*mtproto.Updates, error)
ChannelsToggleJoinRequest channels.toggleJoinRequest#4c2985b6 channel:InputChannel enabled:Bool = Updates;
func (*ChatInvitesCore) ChannelsToggleJoinToSend ¶ added in v0.87.3
func (c *ChatInvitesCore) ChannelsToggleJoinToSend(in *mtproto.TLChannelsToggleJoinToSend) (*mtproto.Updates, error)
ChannelsToggleJoinToSend channels.toggleJoinToSend#e4cb9580 channel:InputChannel enabled:Bool = Updates;
func (*ChatInvitesCore) MessagesCheckChatInvite ¶
func (c *ChatInvitesCore) MessagesCheckChatInvite(in *mtproto.TLMessagesCheckChatInvite) (*mtproto.ChatInvite, error)
MessagesCheckChatInvite messages.checkChatInvite#3eadb1bb hash:string = ChatInvite;
func (*ChatInvitesCore) MessagesDeleteExportedChatInvite ¶
func (c *ChatInvitesCore) MessagesDeleteExportedChatInvite(in *mtproto.TLMessagesDeleteExportedChatInvite) (*mtproto.Bool, error)
MessagesDeleteExportedChatInvite messages.deleteExportedChatInvite#d464a42b peer:InputPeer link:string = Bool;
func (*ChatInvitesCore) MessagesDeleteRevokedExportedChatInvites ¶
func (c *ChatInvitesCore) MessagesDeleteRevokedExportedChatInvites(in *mtproto.TLMessagesDeleteRevokedExportedChatInvites) (*mtproto.Bool, error)
MessagesDeleteRevokedExportedChatInvites messages.deleteRevokedExportedChatInvites#56987bd5 peer:InputPeer admin_id:InputUser = Bool;
func (*ChatInvitesCore) MessagesEditExportedChatInvite ¶
func (c *ChatInvitesCore) MessagesEditExportedChatInvite(in *mtproto.TLMessagesEditExportedChatInvite) (*mtproto.Messages_ExportedChatInvite, error)
MessagesEditExportedChatInvite messages.editExportedChatInvite#bdca2f75 flags:# revoked:flags.2?true peer:InputPeer link:string expire_date:flags.0?int usage_limit:flags.1?int request_needed:flags.3?Bool title:flags.4?string = messages.ExportedChatInvite;
func (*ChatInvitesCore) MessagesExportChatInvite ¶
func (c *ChatInvitesCore) MessagesExportChatInvite(in *mtproto.TLMessagesExportChatInvite) (*mtproto.ExportedChatInvite, error)
MessagesExportChatInvite messages.exportChatInvite#a02ce5d5 flags:# legacy_revoke_permanent:flags.2?true request_needed:flags.3?true peer:InputPeer expire_date:flags.0?int usage_limit:flags.1?int title:flags.4?string = ExportedChatInvite;
func (*ChatInvitesCore) MessagesGetAdminsWithInvites ¶
func (c *ChatInvitesCore) MessagesGetAdminsWithInvites(in *mtproto.TLMessagesGetAdminsWithInvites) (*mtproto.Messages_ChatAdminsWithInvites, error)
MessagesGetAdminsWithInvites messages.getAdminsWithInvites#3920e6ef peer:InputPeer = messages.ChatAdminsWithInvites;
func (*ChatInvitesCore) MessagesGetChatInviteImporters ¶
func (c *ChatInvitesCore) MessagesGetChatInviteImporters(in *mtproto.TLMessagesGetChatInviteImporters) (*mtproto.Messages_ChatInviteImporters, error)
MessagesGetChatInviteImporters messages.getChatInviteImporters#df04dd4e flags:# requested:flags.0?true peer:InputPeer link:flags.1?string q:flags.2?string offset_date:int offset_user:InputUser limit:int = messages.ChatInviteImporters;
func (*ChatInvitesCore) MessagesGetExportedChatInvite ¶
func (c *ChatInvitesCore) MessagesGetExportedChatInvite(in *mtproto.TLMessagesGetExportedChatInvite) (*mtproto.Messages_ExportedChatInvite, error)
MessagesGetExportedChatInvite messages.getExportedChatInvite#73746f5c peer:InputPeer link:string = messages.ExportedChatInvite;
func (*ChatInvitesCore) MessagesGetExportedChatInvites ¶
func (c *ChatInvitesCore) MessagesGetExportedChatInvites(in *mtproto.TLMessagesGetExportedChatInvites) (*mtproto.Messages_ExportedChatInvites, error)
MessagesGetExportedChatInvites messages.getExportedChatInvites#a2b5a3f6 flags:# revoked:flags.3?true peer:InputPeer admin_id:InputUser offset_date:flags.2?int offset_link:flags.2?string limit:int = messages.ExportedChatInvites;
func (*ChatInvitesCore) MessagesHideAllChatJoinRequests ¶
func (c *ChatInvitesCore) MessagesHideAllChatJoinRequests(in *mtproto.TLMessagesHideAllChatJoinRequests) (*mtproto.Updates, error)
MessagesHideAllChatJoinRequests messages.hideAllChatJoinRequests#e085f4ea flags:# approved:flags.0?true peer:InputPeer link:flags.1?string = Updates;
func (*ChatInvitesCore) MessagesHideChatJoinRequest ¶
func (c *ChatInvitesCore) MessagesHideChatJoinRequest(in *mtproto.TLMessagesHideChatJoinRequest) (*mtproto.Updates, error)
MessagesHideChatJoinRequest messages.hideChatJoinRequest#7fe7e815 flags:# approved:flags.0?true peer:InputPeer user_id:InputUser = Updates;
func (*ChatInvitesCore) MessagesImportChatInvite ¶
func (c *ChatInvitesCore) MessagesImportChatInvite(in *mtproto.TLMessagesImportChatInvite) (*mtproto.Updates, error)
MessagesImportChatInvite messages.importChatInvite#6c50051c hash:string = Updates;
Source Files
¶
- channels.toggleJoinRequest_handler.go
- channels.toggleJoinToSend_handler.go
- core.go
- messages.checkChatInvite_handler.go
- messages.deleteExportedChatInvite_handler.go
- messages.deleteRevokedExportedChatInvites_handler.go
- messages.editExportedChatInvite_handler.go
- messages.exportChatInvite_handler.go
- messages.getAdminsWithInvites_handler.go
- messages.getChatInviteImporters_handler.go
- messages.getExportedChatInvite_handler.go
- messages.getExportedChatInvites_handler.go
- messages.hideAllChatJoinRequests_handler.go
- messages.hideChatJoinRequest_handler.go
- messages.importChatInvite_handler.go