type github.com/gotd/td/tg.MessagesExportedChatInvites
25 uses
github.com/gotd/td/tg (current package)
tl_messages_exported_chat_invites_gen.go#L38: type MessagesExportedChatInvites struct {
tl_messages_exported_chat_invites_gen.go#L52: _ bin.Encoder = &MessagesExportedChatInvites{}
tl_messages_exported_chat_invites_gen.go#L53: _ bin.Decoder = &MessagesExportedChatInvites{}
tl_messages_exported_chat_invites_gen.go#L54: _ bin.BareEncoder = &MessagesExportedChatInvites{}
tl_messages_exported_chat_invites_gen.go#L55: _ bin.BareDecoder = &MessagesExportedChatInvites{}
tl_messages_exported_chat_invites_gen.go#L58: func (e *MessagesExportedChatInvites) Zero() bool {
tl_messages_exported_chat_invites_gen.go#L76: func (e *MessagesExportedChatInvites) String() string {
tl_messages_exported_chat_invites_gen.go#L80: type Alias MessagesExportedChatInvites
tl_messages_exported_chat_invites_gen.go#L85: func (e *MessagesExportedChatInvites) FillFrom(from interface {
tl_messages_exported_chat_invites_gen.go#L98: func (*MessagesExportedChatInvites) TypeID() uint32 {
tl_messages_exported_chat_invites_gen.go#L103: func (*MessagesExportedChatInvites) TypeName() string {
tl_messages_exported_chat_invites_gen.go#L108: func (e *MessagesExportedChatInvites) TypeInfo() tdp.Type {
tl_messages_exported_chat_invites_gen.go#L135: func (e *MessagesExportedChatInvites) Encode(b *bin.Buffer) error {
tl_messages_exported_chat_invites_gen.go#L144: func (e *MessagesExportedChatInvites) EncodeBare(b *bin.Buffer) error {
tl_messages_exported_chat_invites_gen.go#L171: func (e *MessagesExportedChatInvites) Decode(b *bin.Buffer) error {
tl_messages_exported_chat_invites_gen.go#L182: func (e *MessagesExportedChatInvites) DecodeBare(b *bin.Buffer) error {
tl_messages_exported_chat_invites_gen.go#L231: func (e *MessagesExportedChatInvites) GetCount() (value int) {
tl_messages_exported_chat_invites_gen.go#L239: func (e *MessagesExportedChatInvites) GetInvites() (value []ExportedChatInviteClass) {
tl_messages_exported_chat_invites_gen.go#L247: func (e *MessagesExportedChatInvites) GetUsers() (value []UserClass) {
tl_messages_exported_chat_invites_gen.go#L255: func (e *MessagesExportedChatInvites) MapInvites() (value ExportedChatInviteClassArray) {
tl_messages_exported_chat_invites_gen.go#L260: func (e *MessagesExportedChatInvites) MapUsers() (value UserClassArray) {
tl_messages_get_exported_chat_invites_gen.go#L402: func (c *Client) MessagesGetExportedChatInvites(ctx context.Context, request *MessagesGetExportedChatInvitesRequest) (*MessagesExportedChatInvites, error) {
tl_messages_get_exported_chat_invites_gen.go#L403: var result MessagesExportedChatInvites
tl_registry_gen.go#L4604: MessagesExportedChatInvitesTypeID: func() bin.Object { return &MessagesExportedChatInvites{} },
tl_server_gen.go#L5069: func (s *ServerDispatcher) OnMessagesGetExportedChatInvites(f func(ctx context.Context, request *MessagesGetExportedChatInvitesRequest) (*MessagesExportedChatInvites, 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. |