type github.com/gotd/td/tg.InputPeerChat
35 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L3155: func (c *Chat) AsInputPeer() *InputPeerChat {
tl_chat_gen.go#L3156: value := new(InputPeerChat)
tl_input_peer_gen.go#L242: type InputPeerChat struct {
tl_input_peer_gen.go#L251: func (i InputPeerChat) construct() InputPeerClass { return &i }
tl_input_peer_gen.go#L255: _ bin.Encoder = &InputPeerChat{}
tl_input_peer_gen.go#L256: _ bin.Decoder = &InputPeerChat{}
tl_input_peer_gen.go#L257: _ bin.BareEncoder = &InputPeerChat{}
tl_input_peer_gen.go#L258: _ bin.BareDecoder = &InputPeerChat{}
tl_input_peer_gen.go#L260: _ InputPeerClass = &InputPeerChat{}
tl_input_peer_gen.go#L263: func (i *InputPeerChat) Zero() bool {
tl_input_peer_gen.go#L275: func (i *InputPeerChat) String() string {
tl_input_peer_gen.go#L279: type Alias InputPeerChat
tl_input_peer_gen.go#L284: func (i *InputPeerChat) FillFrom(from interface {
tl_input_peer_gen.go#L293: func (*InputPeerChat) TypeID() uint32 {
tl_input_peer_gen.go#L298: func (*InputPeerChat) TypeName() string {
tl_input_peer_gen.go#L303: func (i *InputPeerChat) TypeInfo() tdp.Type {
tl_input_peer_gen.go#L322: func (i *InputPeerChat) Encode(b *bin.Buffer) error {
tl_input_peer_gen.go#L331: func (i *InputPeerChat) EncodeBare(b *bin.Buffer) error {
tl_input_peer_gen.go#L340: func (i *InputPeerChat) Decode(b *bin.Buffer) error {
tl_input_peer_gen.go#L351: func (i *InputPeerChat) DecodeBare(b *bin.Buffer) error {
tl_input_peer_gen.go#L366: func (i *InputPeerChat) GetChatID() (value int64) {
tl_input_peer_gen.go#L1162: v := InputPeerChat{}
tl_input_peer_slices_gen.go#L122: value, ok := elem.(*InputPeerChat)
tl_input_peer_slices_gen.go#L185: type InputPeerChatArray []InputPeerChat
tl_input_peer_slices_gen.go#L188: func (s InputPeerChatArray) Sort(less func(a, b InputPeerChat) bool) InputPeerChatArray {
tl_input_peer_slices_gen.go#L196: func (s InputPeerChatArray) SortStable(less func(a, b InputPeerChat) bool) InputPeerChatArray {
tl_input_peer_slices_gen.go#L204: func (s InputPeerChatArray) Retain(keep func(x InputPeerChat) bool) InputPeerChatArray {
tl_input_peer_slices_gen.go#L218: func (s InputPeerChatArray) First() (v InputPeerChat, ok bool) {
tl_input_peer_slices_gen.go#L226: func (s InputPeerChatArray) Last() (v InputPeerChat, ok bool) {
tl_input_peer_slices_gen.go#L234: func (s *InputPeerChatArray) PopFirst() (v InputPeerChat, ok bool) {
tl_input_peer_slices_gen.go#L244: var zero InputPeerChat
tl_input_peer_slices_gen.go#L253: func (s *InputPeerChatArray) Pop() (v InputPeerChat, ok bool) {
tl_peer_gen.go#L478: func (p *PeerChat) AsInput() *InputPeerChat {
tl_peer_gen.go#L479: value := new(InputPeerChat)
tl_registry_gen.go#L3611: InputPeerChatTypeID: func() bin.Object { return &InputPeerChat{} },
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. |