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

35 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_top_peers_gen.go#L140: type ContactsTopPeers struct {
		tl_contacts_top_peers_gen.go#L153: func (t ContactsTopPeers) construct() ContactsTopPeersClass { return &t }
		tl_contacts_top_peers_gen.go#L157: 	_ bin.Encoder     = &ContactsTopPeers{}
		tl_contacts_top_peers_gen.go#L158: 	_ bin.Decoder     = &ContactsTopPeers{}
		tl_contacts_top_peers_gen.go#L159: 	_ bin.BareEncoder = &ContactsTopPeers{}
		tl_contacts_top_peers_gen.go#L160: 	_ bin.BareDecoder = &ContactsTopPeers{}
		tl_contacts_top_peers_gen.go#L162: 	_ ContactsTopPeersClass = &ContactsTopPeers{}
		tl_contacts_top_peers_gen.go#L165: func (t *ContactsTopPeers) Zero() bool {
		tl_contacts_top_peers_gen.go#L183: func (t *ContactsTopPeers) String() string {
		tl_contacts_top_peers_gen.go#L187: 	type Alias ContactsTopPeers
		tl_contacts_top_peers_gen.go#L192: func (t *ContactsTopPeers) FillFrom(from interface {
		tl_contacts_top_peers_gen.go#L205: func (*ContactsTopPeers) TypeID() uint32 {
		tl_contacts_top_peers_gen.go#L210: func (*ContactsTopPeers) TypeName() string {
		tl_contacts_top_peers_gen.go#L215: func (t *ContactsTopPeers) TypeInfo() tdp.Type {
		tl_contacts_top_peers_gen.go#L242: func (t *ContactsTopPeers) Encode(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L251: func (t *ContactsTopPeers) EncodeBare(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L283: func (t *ContactsTopPeers) Decode(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L294: func (t *ContactsTopPeers) DecodeBare(b *bin.Buffer) error {
		tl_contacts_top_peers_gen.go#L353: func (t *ContactsTopPeers) GetCategories() (value []TopPeerCategoryPeers) {
		tl_contacts_top_peers_gen.go#L361: func (t *ContactsTopPeers) GetChats() (value []ChatClass) {
		tl_contacts_top_peers_gen.go#L369: func (t *ContactsTopPeers) GetUsers() (value []UserClass) {
		tl_contacts_top_peers_gen.go#L377: func (t *ContactsTopPeers) MapChats() (value ChatClassArray) {
		tl_contacts_top_peers_gen.go#L382: func (t *ContactsTopPeers) MapUsers() (value UserClassArray) {
		tl_contacts_top_peers_gen.go#L542: 		v := ContactsTopPeers{}
		tl_contacts_top_peers_slices_gen.go#L122: 		value, ok := elem.(*ContactsTopPeers)
		tl_contacts_top_peers_slices_gen.go#L133: type ContactsTopPeersArray []ContactsTopPeers
		tl_contacts_top_peers_slices_gen.go#L136: func (s ContactsTopPeersArray) Sort(less func(a, b ContactsTopPeers) bool) ContactsTopPeersArray {
		tl_contacts_top_peers_slices_gen.go#L144: func (s ContactsTopPeersArray) SortStable(less func(a, b ContactsTopPeers) bool) ContactsTopPeersArray {
		tl_contacts_top_peers_slices_gen.go#L152: func (s ContactsTopPeersArray) Retain(keep func(x ContactsTopPeers) bool) ContactsTopPeersArray {
		tl_contacts_top_peers_slices_gen.go#L166: func (s ContactsTopPeersArray) First() (v ContactsTopPeers, ok bool) {
		tl_contacts_top_peers_slices_gen.go#L174: func (s ContactsTopPeersArray) Last() (v ContactsTopPeers, ok bool) {
		tl_contacts_top_peers_slices_gen.go#L182: func (s *ContactsTopPeersArray) PopFirst() (v ContactsTopPeers, ok bool) {
		tl_contacts_top_peers_slices_gen.go#L192: 	var zero ContactsTopPeers
		tl_contacts_top_peers_slices_gen.go#L201: func (s *ContactsTopPeersArray) Pop() (v ContactsTopPeers, ok bool) {
		tl_registry_gen.go#L4233: 		ContactsTopPeersTypeID:                                   func() bin.Object { return &ContactsTopPeers{} },