type github.com/gotd/td/tg.ChatAdminWithInvites
25 uses
github.com/gotd/td/tg (current package)
tl_chat_admin_with_invites_gen.go#L38: type ChatAdminWithInvites struct {
tl_chat_admin_with_invites_gen.go#L52: _ bin.Encoder = &ChatAdminWithInvites{}
tl_chat_admin_with_invites_gen.go#L53: _ bin.Decoder = &ChatAdminWithInvites{}
tl_chat_admin_with_invites_gen.go#L54: _ bin.BareEncoder = &ChatAdminWithInvites{}
tl_chat_admin_with_invites_gen.go#L55: _ bin.BareDecoder = &ChatAdminWithInvites{}
tl_chat_admin_with_invites_gen.go#L58: func (c *ChatAdminWithInvites) Zero() bool {
tl_chat_admin_with_invites_gen.go#L76: func (c *ChatAdminWithInvites) String() string {
tl_chat_admin_with_invites_gen.go#L80: type Alias ChatAdminWithInvites
tl_chat_admin_with_invites_gen.go#L85: func (c *ChatAdminWithInvites) FillFrom(from interface {
tl_chat_admin_with_invites_gen.go#L98: func (*ChatAdminWithInvites) TypeID() uint32 {
tl_chat_admin_with_invites_gen.go#L103: func (*ChatAdminWithInvites) TypeName() string {
tl_chat_admin_with_invites_gen.go#L108: func (c *ChatAdminWithInvites) TypeInfo() tdp.Type {
tl_chat_admin_with_invites_gen.go#L135: func (c *ChatAdminWithInvites) Encode(b *bin.Buffer) error {
tl_chat_admin_with_invites_gen.go#L144: func (c *ChatAdminWithInvites) EncodeBare(b *bin.Buffer) error {
tl_chat_admin_with_invites_gen.go#L155: func (c *ChatAdminWithInvites) Decode(b *bin.Buffer) error {
tl_chat_admin_with_invites_gen.go#L166: func (c *ChatAdminWithInvites) DecodeBare(b *bin.Buffer) error {
tl_chat_admin_with_invites_gen.go#L195: func (c *ChatAdminWithInvites) GetAdminID() (value int64) {
tl_chat_admin_with_invites_gen.go#L203: func (c *ChatAdminWithInvites) GetInvitesCount() (value int) {
tl_chat_admin_with_invites_gen.go#L211: func (c *ChatAdminWithInvites) GetRevokedInvitesCount() (value int) {
tl_messages_chat_admins_with_invites_gen.go#L40: Admins []ChatAdminWithInvites
tl_messages_chat_admins_with_invites_gen.go#L81: GetAdmins() (value []ChatAdminWithInvites)
tl_messages_chat_admins_with_invites_gen.go#L178: c.Admins = make([]ChatAdminWithInvites, 0, headerLen%bin.PreallocateLimit)
tl_messages_chat_admins_with_invites_gen.go#L181: var value ChatAdminWithInvites
tl_messages_chat_admins_with_invites_gen.go#L209: func (c *MessagesChatAdminsWithInvites) GetAdmins() (value []ChatAdminWithInvites) {
tl_registry_gen.go#L4608: ChatAdminWithInvitesTypeID: func() bin.Object { return &ChatAdminWithInvites{} },
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. |