type github.com/gotd/td/tg.ChatlistsExportedInvites
25 uses
github.com/gotd/td/tg (current package)
tl_chatlists_exported_invites_gen.go#L41: type ChatlistsExportedInvites struct {
tl_chatlists_exported_invites_gen.go#L58: _ bin.Encoder = &ChatlistsExportedInvites{}
tl_chatlists_exported_invites_gen.go#L59: _ bin.Decoder = &ChatlistsExportedInvites{}
tl_chatlists_exported_invites_gen.go#L60: _ bin.BareEncoder = &ChatlistsExportedInvites{}
tl_chatlists_exported_invites_gen.go#L61: _ bin.BareDecoder = &ChatlistsExportedInvites{}
tl_chatlists_exported_invites_gen.go#L64: func (e *ChatlistsExportedInvites) Zero() bool {
tl_chatlists_exported_invites_gen.go#L82: func (e *ChatlistsExportedInvites) String() string {
tl_chatlists_exported_invites_gen.go#L86: type Alias ChatlistsExportedInvites
tl_chatlists_exported_invites_gen.go#L91: func (e *ChatlistsExportedInvites) FillFrom(from interface {
tl_chatlists_exported_invites_gen.go#L104: func (*ChatlistsExportedInvites) TypeID() uint32 {
tl_chatlists_exported_invites_gen.go#L109: func (*ChatlistsExportedInvites) TypeName() string {
tl_chatlists_exported_invites_gen.go#L114: func (e *ChatlistsExportedInvites) TypeInfo() tdp.Type {
tl_chatlists_exported_invites_gen.go#L141: func (e *ChatlistsExportedInvites) Encode(b *bin.Buffer) error {
tl_chatlists_exported_invites_gen.go#L150: func (e *ChatlistsExportedInvites) EncodeBare(b *bin.Buffer) error {
tl_chatlists_exported_invites_gen.go#L182: func (e *ChatlistsExportedInvites) Decode(b *bin.Buffer) error {
tl_chatlists_exported_invites_gen.go#L193: func (e *ChatlistsExportedInvites) DecodeBare(b *bin.Buffer) error {
tl_chatlists_exported_invites_gen.go#L252: func (e *ChatlistsExportedInvites) GetInvites() (value []ExportedChatlistInvite) {
tl_chatlists_exported_invites_gen.go#L260: func (e *ChatlistsExportedInvites) GetChats() (value []ChatClass) {
tl_chatlists_exported_invites_gen.go#L268: func (e *ChatlistsExportedInvites) GetUsers() (value []UserClass) {
tl_chatlists_exported_invites_gen.go#L276: func (e *ChatlistsExportedInvites) MapChats() (value ChatClassArray) {
tl_chatlists_exported_invites_gen.go#L281: func (e *ChatlistsExportedInvites) MapUsers() (value UserClassArray) {
tl_chatlists_get_exported_invites_gen.go#L175: func (c *Client) ChatlistsGetExportedInvites(ctx context.Context, chatlist InputChatlistDialogFilter) (*ChatlistsExportedInvites, error) {
tl_chatlists_get_exported_invites_gen.go#L176: var result ChatlistsExportedInvites
tl_registry_gen.go#L4742: ChatlistsExportedInvitesTypeID: func() bin.Object { return &ChatlistsExportedInvites{} },
tl_server_gen.go#L9459: func (s *ServerDispatcher) OnChatlistsGetExportedInvites(f func(ctx context.Context, chatlist InputChatlistDialogFilter) (*ChatlistsExportedInvites, 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. |