type github.com/gotd/td/tg.MessagesExportedChatInviteClass
21 uses
github.com/gotd/td/tg (current package)
tl_messages_edit_exported_chat_invite_gen.go#L460: func (c *Client) MessagesEditExportedChatInvite(ctx context.Context, request *MessagesEditExportedChatInviteRequest) (MessagesExportedChatInviteClass, error) {
tl_messages_exported_chat_invite_gen.go#L49: func (e MessagesExportedChatInvite) construct() MessagesExportedChatInviteClass { return &e }
tl_messages_exported_chat_invite_gen.go#L58: _ MessagesExportedChatInviteClass = &MessagesExportedChatInvite{}
tl_messages_exported_chat_invite_gen.go#L241: func (e MessagesExportedChatInviteReplaced) construct() MessagesExportedChatInviteClass { return &e }
tl_messages_exported_chat_invite_gen.go#L250: _ MessagesExportedChatInviteClass = &MessagesExportedChatInviteReplaced{}
tl_messages_exported_chat_invite_gen.go#L464: type MessagesExportedChatInviteClass interface {
tl_messages_exported_chat_invite_gen.go#L469: construct() MessagesExportedChatInviteClass
tl_messages_exported_chat_invite_gen.go#L492: func DecodeMessagesExportedChatInvite(buf *bin.Buffer) (MessagesExportedChatInviteClass, error) {
tl_messages_exported_chat_invite_gen.go#L519: ExportedChatInvite MessagesExportedChatInviteClass
tl_messages_exported_chat_invite_slices_gen.go#L38: type MessagesExportedChatInviteClassArray []MessagesExportedChatInviteClass
tl_messages_exported_chat_invite_slices_gen.go#L41: func (s MessagesExportedChatInviteClassArray) Sort(less func(a, b MessagesExportedChatInviteClass) bool) MessagesExportedChatInviteClassArray {
tl_messages_exported_chat_invite_slices_gen.go#L49: func (s MessagesExportedChatInviteClassArray) SortStable(less func(a, b MessagesExportedChatInviteClass) bool) MessagesExportedChatInviteClassArray {
tl_messages_exported_chat_invite_slices_gen.go#L57: func (s MessagesExportedChatInviteClassArray) Retain(keep func(x MessagesExportedChatInviteClass) bool) MessagesExportedChatInviteClassArray {
tl_messages_exported_chat_invite_slices_gen.go#L71: func (s MessagesExportedChatInviteClassArray) First() (v MessagesExportedChatInviteClass, ok bool) {
tl_messages_exported_chat_invite_slices_gen.go#L79: func (s MessagesExportedChatInviteClassArray) Last() (v MessagesExportedChatInviteClass, ok bool) {
tl_messages_exported_chat_invite_slices_gen.go#L87: func (s *MessagesExportedChatInviteClassArray) PopFirst() (v MessagesExportedChatInviteClass, ok bool) {
tl_messages_exported_chat_invite_slices_gen.go#L97: var zero MessagesExportedChatInviteClass
tl_messages_exported_chat_invite_slices_gen.go#L106: func (s *MessagesExportedChatInviteClassArray) Pop() (v MessagesExportedChatInviteClass, ok bool) {
tl_messages_get_exported_chat_invite_gen.go#L208: func (c *Client) MessagesGetExportedChatInvite(ctx context.Context, request *MessagesGetExportedChatInviteRequest) (MessagesExportedChatInviteClass, error) {
tl_server_gen.go#L5086: func (s *ServerDispatcher) OnMessagesGetExportedChatInvite(f func(ctx context.Context, request *MessagesGetExportedChatInviteRequest) (MessagesExportedChatInviteClass, error)) {
tl_server_gen.go#L5103: func (s *ServerDispatcher) OnMessagesEditExportedChatInvite(f func(ctx context.Context, request *MessagesEditExportedChatInviteRequest) (MessagesExportedChatInviteClass, error)) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |