type github.com/gotd/td/tg.ContactsTopPeersDisabled

19 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_top_peers_gen.go#L390: type ContactsTopPeersDisabled struct {
		tl_contacts_top_peers_gen.go#L397: func (t ContactsTopPeersDisabled) construct() ContactsTopPeersClass { return &t }
		tl_contacts_top_peers_gen.go#L401: 	_ bin.Encoder     = &ContactsTopPeersDisabled{}
		tl_contacts_top_peers_gen.go#L402: 	_ bin.Decoder     = &ContactsTopPeersDisabled{}
		tl_contacts_top_peers_gen.go#L403: 	_ bin.BareEncoder = &ContactsTopPeersDisabled{}
		tl_contacts_top_peers_gen.go#L404: 	_ bin.BareDecoder = &ContactsTopPeersDisabled{}
		tl_contacts_top_peers_gen.go#L406: 	_ ContactsTopPeersClass = &ContactsTopPeersDisabled{}
		tl_contacts_top_peers_gen.go#L409: func (t *ContactsTopPeersDisabled) Zero() bool {
		tl_contacts_top_peers_gen.go#L418: func (t *ContactsTopPeersDisabled) String() string {
		tl_contacts_top_peers_gen.go#L422: 	type Alias ContactsTopPeersDisabled
		tl_contacts_top_peers_gen.go#L429: func (*ContactsTopPeersDisabled) TypeID() uint32 {
		tl_contacts_top_peers_gen.go#L434: func (*ContactsTopPeersDisabled) TypeName() string {
		tl_contacts_top_peers_gen.go#L439: func (t *ContactsTopPeersDisabled) TypeInfo() tdp.Type {
		tl_contacts_top_peers_gen.go#L453: func (t *ContactsTopPeersDisabled) Encode(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L462: func (t *ContactsTopPeersDisabled) EncodeBare(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L470: func (t *ContactsTopPeersDisabled) Decode(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L481: func (t *ContactsTopPeersDisabled) DecodeBare(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L549: 		v := ContactsTopPeersDisabled{}
		tl_registry_gen.go#L4234: 		ContactsTopPeersDisabledTypeID:                           func() bin.Object { return &ContactsTopPeersDisabled{} },