type github.com/gotd/td/tg.ChatlistsGetExportedInvitesRequest
20 uses
github.com/gotd/td/tg (current package)
tl_chatlists_get_exported_invites_gen.go#L41: type ChatlistsGetExportedInvitesRequest struct {
tl_chatlists_get_exported_invites_gen.go#L51: _ bin.Encoder = &ChatlistsGetExportedInvitesRequest{}
tl_chatlists_get_exported_invites_gen.go#L52: _ bin.Decoder = &ChatlistsGetExportedInvitesRequest{}
tl_chatlists_get_exported_invites_gen.go#L53: _ bin.BareEncoder = &ChatlistsGetExportedInvitesRequest{}
tl_chatlists_get_exported_invites_gen.go#L54: _ bin.BareDecoder = &ChatlistsGetExportedInvitesRequest{}
tl_chatlists_get_exported_invites_gen.go#L57: func (g *ChatlistsGetExportedInvitesRequest) Zero() bool {
tl_chatlists_get_exported_invites_gen.go#L69: func (g *ChatlistsGetExportedInvitesRequest) String() string {
tl_chatlists_get_exported_invites_gen.go#L73: type Alias ChatlistsGetExportedInvitesRequest
tl_chatlists_get_exported_invites_gen.go#L78: func (g *ChatlistsGetExportedInvitesRequest) FillFrom(from interface {
tl_chatlists_get_exported_invites_gen.go#L87: func (*ChatlistsGetExportedInvitesRequest) TypeID() uint32 {
tl_chatlists_get_exported_invites_gen.go#L92: func (*ChatlistsGetExportedInvitesRequest) TypeName() string {
tl_chatlists_get_exported_invites_gen.go#L97: func (g *ChatlistsGetExportedInvitesRequest) TypeInfo() tdp.Type {
tl_chatlists_get_exported_invites_gen.go#L116: func (g *ChatlistsGetExportedInvitesRequest) Encode(b *bin.Buffer) error {
tl_chatlists_get_exported_invites_gen.go#L125: func (g *ChatlistsGetExportedInvitesRequest) EncodeBare(b *bin.Buffer) error {
tl_chatlists_get_exported_invites_gen.go#L136: func (g *ChatlistsGetExportedInvitesRequest) Decode(b *bin.Buffer) error {
tl_chatlists_get_exported_invites_gen.go#L147: func (g *ChatlistsGetExportedInvitesRequest) DecodeBare(b *bin.Buffer) error {
tl_chatlists_get_exported_invites_gen.go#L160: func (g *ChatlistsGetExportedInvitesRequest) GetChatlist() (value InputChatlistDialogFilter) {
tl_chatlists_get_exported_invites_gen.go#L178: request := &ChatlistsGetExportedInvitesRequest{
tl_registry_gen.go#L5330: ChatlistsGetExportedInvitesRequestTypeID: func() bin.Object { return &ChatlistsGetExportedInvitesRequest{} },
tl_server_gen.go#L9461: var request ChatlistsGetExportedInvitesRequest
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. |