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

19 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_top_peers_gen.go#L38: type ContactsTopPeersNotModified struct {
		tl_contacts_top_peers_gen.go#L45: func (t ContactsTopPeersNotModified) construct() ContactsTopPeersClass { return &t }
		tl_contacts_top_peers_gen.go#L49: 	_ bin.Encoder     = &ContactsTopPeersNotModified{}
		tl_contacts_top_peers_gen.go#L50: 	_ bin.Decoder     = &ContactsTopPeersNotModified{}
		tl_contacts_top_peers_gen.go#L51: 	_ bin.BareEncoder = &ContactsTopPeersNotModified{}
		tl_contacts_top_peers_gen.go#L52: 	_ bin.BareDecoder = &ContactsTopPeersNotModified{}
		tl_contacts_top_peers_gen.go#L54: 	_ ContactsTopPeersClass = &ContactsTopPeersNotModified{}
		tl_contacts_top_peers_gen.go#L57: func (t *ContactsTopPeersNotModified) Zero() bool {
		tl_contacts_top_peers_gen.go#L66: func (t *ContactsTopPeersNotModified) String() string {
		tl_contacts_top_peers_gen.go#L70: 	type Alias ContactsTopPeersNotModified
		tl_contacts_top_peers_gen.go#L77: func (*ContactsTopPeersNotModified) TypeID() uint32 {
		tl_contacts_top_peers_gen.go#L82: func (*ContactsTopPeersNotModified) TypeName() string {
		tl_contacts_top_peers_gen.go#L87: func (t *ContactsTopPeersNotModified) TypeInfo() tdp.Type {
		tl_contacts_top_peers_gen.go#L101: func (t *ContactsTopPeersNotModified) Encode(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L110: func (t *ContactsTopPeersNotModified) EncodeBare(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L118: func (t *ContactsTopPeersNotModified) Decode(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L129: func (t *ContactsTopPeersNotModified) DecodeBare(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L535: 		v := ContactsTopPeersNotModified{}
		tl_registry_gen.go#L4232: 		ContactsTopPeersNotModifiedTypeID:                        func() bin.Object { return &ContactsTopPeersNotModified{} },