type github.com/gotd/td/tg.NotifyPeerClass
26 uses
github.com/gotd/td/tg (current package)
tl_notify_peer_gen.go#L47: func (n NotifyPeer) construct() NotifyPeerClass { return &n }
tl_notify_peer_gen.go#L56: _ NotifyPeerClass = &NotifyPeer{}
tl_notify_peer_gen.go#L185: func (n NotifyUsers) construct() NotifyPeerClass { return &n }
tl_notify_peer_gen.go#L194: _ NotifyPeerClass = &NotifyUsers{}
tl_notify_peer_gen.go#L287: func (n NotifyChats) construct() NotifyPeerClass { return &n }
tl_notify_peer_gen.go#L296: _ NotifyPeerClass = &NotifyChats{}
tl_notify_peer_gen.go#L389: func (n NotifyBroadcasts) construct() NotifyPeerClass { return &n }
tl_notify_peer_gen.go#L398: _ NotifyPeerClass = &NotifyBroadcasts{}
tl_notify_peer_gen.go#L502: func (n NotifyForumTopic) construct() NotifyPeerClass { return &n }
tl_notify_peer_gen.go#L511: _ NotifyPeerClass = &NotifyForumTopic{}
tl_notify_peer_gen.go#L675: type NotifyPeerClass interface {
tl_notify_peer_gen.go#L680: construct() NotifyPeerClass
tl_notify_peer_gen.go#L695: func DecodeNotifyPeer(buf *bin.Buffer) (NotifyPeerClass, error) {
tl_notify_peer_gen.go#L743: NotifyPeer NotifyPeerClass
tl_notify_peer_slices_gen.go#L38: type NotifyPeerClassArray []NotifyPeerClass
tl_notify_peer_slices_gen.go#L41: func (s NotifyPeerClassArray) Sort(less func(a, b NotifyPeerClass) bool) NotifyPeerClassArray {
tl_notify_peer_slices_gen.go#L49: func (s NotifyPeerClassArray) SortStable(less func(a, b NotifyPeerClass) bool) NotifyPeerClassArray {
tl_notify_peer_slices_gen.go#L57: func (s NotifyPeerClassArray) Retain(keep func(x NotifyPeerClass) bool) NotifyPeerClassArray {
tl_notify_peer_slices_gen.go#L71: func (s NotifyPeerClassArray) First() (v NotifyPeerClass, ok bool) {
tl_notify_peer_slices_gen.go#L79: func (s NotifyPeerClassArray) Last() (v NotifyPeerClass, ok bool) {
tl_notify_peer_slices_gen.go#L87: func (s *NotifyPeerClassArray) PopFirst() (v NotifyPeerClass, ok bool) {
tl_notify_peer_slices_gen.go#L97: var zero NotifyPeerClass
tl_notify_peer_slices_gen.go#L106: func (s *NotifyPeerClassArray) Pop() (v NotifyPeerClass, ok bool) {
tl_update_gen.go#L3109: Peer NotifyPeerClass
tl_update_gen.go#L3155: GetPeer() (value NotifyPeerClass)
tl_update_gen.go#L3255: func (u *UpdateNotifySettings) GetPeer() (value NotifyPeerClass) {
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. |