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