type github.com/gotd/td/tg.PopularContact
24 uses
github.com/gotd/td/tg (current package)
tl_contacts_imported_contacts_gen.go#L42: PopularInvites []PopularContact
tl_contacts_imported_contacts_gen.go#L93: GetPopularInvites() (value []PopularContact)
tl_contacts_imported_contacts_gen.go#L228: i.PopularInvites = make([]PopularContact, 0, headerLen%bin.PreallocateLimit)
tl_contacts_imported_contacts_gen.go#L231: var value PopularContact
tl_contacts_imported_contacts_gen.go#L284: func (i *ContactsImportedContacts) GetPopularInvites() (value []PopularContact) {
tl_popular_contact_gen.go#L38: type PopularContact struct {
tl_popular_contact_gen.go#L50: _ bin.Encoder = &PopularContact{}
tl_popular_contact_gen.go#L51: _ bin.Decoder = &PopularContact{}
tl_popular_contact_gen.go#L52: _ bin.BareEncoder = &PopularContact{}
tl_popular_contact_gen.go#L53: _ bin.BareDecoder = &PopularContact{}
tl_popular_contact_gen.go#L56: func (p *PopularContact) Zero() bool {
tl_popular_contact_gen.go#L71: func (p *PopularContact) String() string {
tl_popular_contact_gen.go#L75: type Alias PopularContact
tl_popular_contact_gen.go#L80: func (p *PopularContact) FillFrom(from interface {
tl_popular_contact_gen.go#L91: func (*PopularContact) TypeID() uint32 {
tl_popular_contact_gen.go#L96: func (*PopularContact) TypeName() string {
tl_popular_contact_gen.go#L101: func (p *PopularContact) TypeInfo() tdp.Type {
tl_popular_contact_gen.go#L124: func (p *PopularContact) Encode(b *bin.Buffer) error {
tl_popular_contact_gen.go#L133: func (p *PopularContact) EncodeBare(b *bin.Buffer) error {
tl_popular_contact_gen.go#L143: func (p *PopularContact) Decode(b *bin.Buffer) error {
tl_popular_contact_gen.go#L154: func (p *PopularContact) DecodeBare(b *bin.Buffer) error {
tl_popular_contact_gen.go#L176: func (p *PopularContact) GetClientID() (value int64) {
tl_popular_contact_gen.go#L184: func (p *PopularContact) GetImporters() (value int) {
tl_registry_gen.go#L4402: PopularContactTypeID: func() bin.Object { return &PopularContact{} },
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. |