type github.com/gotd/td/tg.MessagesGetExportedChatInvitesRequest
30 uses
github.com/gotd/td/tg (current package)
tl_messages_get_exported_chat_invites_gen.go#L38: type MessagesGetExportedChatInvitesRequest struct {
tl_messages_get_exported_chat_invites_gen.go#L76: _ bin.Encoder = &MessagesGetExportedChatInvitesRequest{}
tl_messages_get_exported_chat_invites_gen.go#L77: _ bin.Decoder = &MessagesGetExportedChatInvitesRequest{}
tl_messages_get_exported_chat_invites_gen.go#L78: _ bin.BareEncoder = &MessagesGetExportedChatInvitesRequest{}
tl_messages_get_exported_chat_invites_gen.go#L79: _ bin.BareDecoder = &MessagesGetExportedChatInvitesRequest{}
tl_messages_get_exported_chat_invites_gen.go#L82: func (g *MessagesGetExportedChatInvitesRequest) Zero() bool {
tl_messages_get_exported_chat_invites_gen.go#L112: func (g *MessagesGetExportedChatInvitesRequest) String() string {
tl_messages_get_exported_chat_invites_gen.go#L116: type Alias MessagesGetExportedChatInvitesRequest
tl_messages_get_exported_chat_invites_gen.go#L121: func (g *MessagesGetExportedChatInvitesRequest) FillFrom(from interface {
tl_messages_get_exported_chat_invites_gen.go#L146: func (*MessagesGetExportedChatInvitesRequest) TypeID() uint32 {
tl_messages_get_exported_chat_invites_gen.go#L151: func (*MessagesGetExportedChatInvitesRequest) TypeName() string {
tl_messages_get_exported_chat_invites_gen.go#L156: func (g *MessagesGetExportedChatInvitesRequest) TypeInfo() tdp.Type {
tl_messages_get_exported_chat_invites_gen.go#L198: func (g *MessagesGetExportedChatInvitesRequest) SetFlags() {
tl_messages_get_exported_chat_invites_gen.go#L211: func (g *MessagesGetExportedChatInvitesRequest) Encode(b *bin.Buffer) error {
tl_messages_get_exported_chat_invites_gen.go#L220: func (g *MessagesGetExportedChatInvitesRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_get_exported_chat_invites_gen.go#L251: func (g *MessagesGetExportedChatInvitesRequest) Decode(b *bin.Buffer) error {
tl_messages_get_exported_chat_invites_gen.go#L262: func (g *MessagesGetExportedChatInvitesRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_get_exported_chat_invites_gen.go#L311: func (g *MessagesGetExportedChatInvitesRequest) SetRevoked(value bool) {
tl_messages_get_exported_chat_invites_gen.go#L322: func (g *MessagesGetExportedChatInvitesRequest) GetRevoked() (value bool) {
tl_messages_get_exported_chat_invites_gen.go#L330: func (g *MessagesGetExportedChatInvitesRequest) GetPeer() (value InputPeerClass) {
tl_messages_get_exported_chat_invites_gen.go#L338: func (g *MessagesGetExportedChatInvitesRequest) GetAdminID() (value InputUserClass) {
tl_messages_get_exported_chat_invites_gen.go#L346: func (g *MessagesGetExportedChatInvitesRequest) SetOffsetDate(value int) {
tl_messages_get_exported_chat_invites_gen.go#L353: func (g *MessagesGetExportedChatInvitesRequest) GetOffsetDate() (value int, ok bool) {
tl_messages_get_exported_chat_invites_gen.go#L364: func (g *MessagesGetExportedChatInvitesRequest) SetOffsetLink(value string) {
tl_messages_get_exported_chat_invites_gen.go#L371: func (g *MessagesGetExportedChatInvitesRequest) GetOffsetLink() (value string, ok bool) {
tl_messages_get_exported_chat_invites_gen.go#L382: func (g *MessagesGetExportedChatInvitesRequest) GetLimit() (value int) {
tl_messages_get_exported_chat_invites_gen.go#L402: func (c *Client) MessagesGetExportedChatInvites(ctx context.Context, request *MessagesGetExportedChatInvitesRequest) (*MessagesExportedChatInvites, error) {
tl_registry_gen.go#L5084: MessagesGetExportedChatInvitesRequestTypeID: func() bin.Object { return &MessagesGetExportedChatInvitesRequest{} },
tl_server_gen.go#L5069: func (s *ServerDispatcher) OnMessagesGetExportedChatInvites(f func(ctx context.Context, request *MessagesGetExportedChatInvitesRequest) (*MessagesExportedChatInvites, error)) {
tl_server_gen.go#L5071: var request MessagesGetExportedChatInvitesRequest
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. |