type github.com/gotd/td/tg.ContactsTopPeersClass
21 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_top_peers_gen.go#L536: func (c *Client) ContactsGetTopPeers(ctx context.Context, request *ContactsGetTopPeersRequest) (ContactsTopPeersClass, error) {
tl_contacts_top_peers_gen.go#L45: func (t ContactsTopPeersNotModified) construct() ContactsTopPeersClass { return &t }
tl_contacts_top_peers_gen.go#L54: _ ContactsTopPeersClass = &ContactsTopPeersNotModified{}
tl_contacts_top_peers_gen.go#L153: func (t ContactsTopPeers) construct() ContactsTopPeersClass { return &t }
tl_contacts_top_peers_gen.go#L162: _ ContactsTopPeersClass = &ContactsTopPeers{}
tl_contacts_top_peers_gen.go#L397: func (t ContactsTopPeersDisabled) construct() ContactsTopPeersClass { return &t }
tl_contacts_top_peers_gen.go#L406: _ ContactsTopPeersClass = &ContactsTopPeersDisabled{}
tl_contacts_top_peers_gen.go#L507: type ContactsTopPeersClass interface {
tl_contacts_top_peers_gen.go#L512: construct() ContactsTopPeersClass
tl_contacts_top_peers_gen.go#L527: func DecodeContactsTopPeers(buf *bin.Buffer) (ContactsTopPeersClass, error) {
tl_contacts_top_peers_gen.go#L561: TopPeers ContactsTopPeersClass
tl_contacts_top_peers_slices_gen.go#L38: type ContactsTopPeersClassArray []ContactsTopPeersClass
tl_contacts_top_peers_slices_gen.go#L41: func (s ContactsTopPeersClassArray) Sort(less func(a, b ContactsTopPeersClass) bool) ContactsTopPeersClassArray {
tl_contacts_top_peers_slices_gen.go#L49: func (s ContactsTopPeersClassArray) SortStable(less func(a, b ContactsTopPeersClass) bool) ContactsTopPeersClassArray {
tl_contacts_top_peers_slices_gen.go#L57: func (s ContactsTopPeersClassArray) Retain(keep func(x ContactsTopPeersClass) bool) ContactsTopPeersClassArray {
tl_contacts_top_peers_slices_gen.go#L71: func (s ContactsTopPeersClassArray) First() (v ContactsTopPeersClass, ok bool) {
tl_contacts_top_peers_slices_gen.go#L79: func (s ContactsTopPeersClassArray) Last() (v ContactsTopPeersClass, ok bool) {
tl_contacts_top_peers_slices_gen.go#L87: func (s *ContactsTopPeersClassArray) PopFirst() (v ContactsTopPeersClass, ok bool) {
tl_contacts_top_peers_slices_gen.go#L97: var zero ContactsTopPeersClass
tl_contacts_top_peers_slices_gen.go#L106: func (s *ContactsTopPeersClassArray) Pop() (v ContactsTopPeersClass, ok bool) {
tl_server_gen.go#L2448: func (s *ServerDispatcher) OnContactsGetTopPeers(f func(ctx context.Context, request *ContactsGetTopPeersRequest) (ContactsTopPeersClass, error)) {
|
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. |