type github.com/gotd/td/tg.NotifyPeer
31 uses
github.com/gotd/td/tg (current package)
tl_notify_peer_gen.go#L38: type NotifyPeer struct {
tl_notify_peer_gen.go#L47: func (n NotifyPeer) construct() NotifyPeerClass { return &n }
tl_notify_peer_gen.go#L51: _ bin.Encoder = &NotifyPeer{}
tl_notify_peer_gen.go#L52: _ bin.Decoder = &NotifyPeer{}
tl_notify_peer_gen.go#L53: _ bin.BareEncoder = &NotifyPeer{}
tl_notify_peer_gen.go#L54: _ bin.BareDecoder = &NotifyPeer{}
tl_notify_peer_gen.go#L56: _ NotifyPeerClass = &NotifyPeer{}
tl_notify_peer_gen.go#L59: func (n *NotifyPeer) Zero() bool {
tl_notify_peer_gen.go#L71: func (n *NotifyPeer) String() string {
tl_notify_peer_gen.go#L75: type Alias NotifyPeer
tl_notify_peer_gen.go#L80: func (n *NotifyPeer) FillFrom(from interface {
tl_notify_peer_gen.go#L89: func (*NotifyPeer) TypeID() uint32 {
tl_notify_peer_gen.go#L94: func (*NotifyPeer) TypeName() string {
tl_notify_peer_gen.go#L99: func (n *NotifyPeer) TypeInfo() tdp.Type {
tl_notify_peer_gen.go#L118: func (n *NotifyPeer) Encode(b *bin.Buffer) error {
tl_notify_peer_gen.go#L127: func (n *NotifyPeer) EncodeBare(b *bin.Buffer) error {
tl_notify_peer_gen.go#L141: func (n *NotifyPeer) Decode(b *bin.Buffer) error {
tl_notify_peer_gen.go#L152: func (n *NotifyPeer) DecodeBare(b *bin.Buffer) error {
tl_notify_peer_gen.go#L167: func (n *NotifyPeer) GetPeer() (value PeerClass) {
tl_notify_peer_gen.go#L703: v := NotifyPeer{}
tl_notify_peer_slices_gen.go#L122: value, ok := elem.(*NotifyPeer)
tl_notify_peer_slices_gen.go#L146: type NotifyPeerArray []NotifyPeer
tl_notify_peer_slices_gen.go#L149: func (s NotifyPeerArray) Sort(less func(a, b NotifyPeer) bool) NotifyPeerArray {
tl_notify_peer_slices_gen.go#L157: func (s NotifyPeerArray) SortStable(less func(a, b NotifyPeer) bool) NotifyPeerArray {
tl_notify_peer_slices_gen.go#L165: func (s NotifyPeerArray) Retain(keep func(x NotifyPeer) bool) NotifyPeerArray {
tl_notify_peer_slices_gen.go#L179: func (s NotifyPeerArray) First() (v NotifyPeer, ok bool) {
tl_notify_peer_slices_gen.go#L187: func (s NotifyPeerArray) Last() (v NotifyPeer, ok bool) {
tl_notify_peer_slices_gen.go#L195: func (s *NotifyPeerArray) PopFirst() (v NotifyPeer, ok bool) {
tl_notify_peer_slices_gen.go#L205: var zero NotifyPeer
tl_notify_peer_slices_gen.go#L214: func (s *NotifyPeerArray) Pop() (v NotifyPeer, ok bool) {
tl_registry_gen.go#L3996: NotifyPeerTypeID: func() bin.Object { return &NotifyPeer{} },
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. |