type github.com/gotd/td/tg.InputPeerChannel

34 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L3163: func (c *Channel) AsInputPeer() *InputPeerChannel {
		tl_chat_gen.go#L3164: 	value := new(InputPeerChannel)
		tl_input_peer_gen.go#L542: type InputPeerChannel struct {
		tl_input_peer_gen.go#L556: func (i InputPeerChannel) construct() InputPeerClass { return &i }
		tl_input_peer_gen.go#L560: 	_ bin.Encoder     = &InputPeerChannel{}
		tl_input_peer_gen.go#L561: 	_ bin.Decoder     = &InputPeerChannel{}
		tl_input_peer_gen.go#L562: 	_ bin.BareEncoder = &InputPeerChannel{}
		tl_input_peer_gen.go#L563: 	_ bin.BareDecoder = &InputPeerChannel{}
		tl_input_peer_gen.go#L565: 	_ InputPeerClass = &InputPeerChannel{}
		tl_input_peer_gen.go#L568: func (i *InputPeerChannel) Zero() bool {
		tl_input_peer_gen.go#L583: func (i *InputPeerChannel) String() string {
		tl_input_peer_gen.go#L587: 	type Alias InputPeerChannel
		tl_input_peer_gen.go#L592: func (i *InputPeerChannel) FillFrom(from interface {
		tl_input_peer_gen.go#L603: func (*InputPeerChannel) TypeID() uint32 {
		tl_input_peer_gen.go#L608: func (*InputPeerChannel) TypeName() string {
		tl_input_peer_gen.go#L613: func (i *InputPeerChannel) TypeInfo() tdp.Type {
		tl_input_peer_gen.go#L636: func (i *InputPeerChannel) Encode(b *bin.Buffer) error {
		tl_input_peer_gen.go#L645: func (i *InputPeerChannel) EncodeBare(b *bin.Buffer) error {
		tl_input_peer_gen.go#L655: func (i *InputPeerChannel) Decode(b *bin.Buffer) error {
		tl_input_peer_gen.go#L666: func (i *InputPeerChannel) DecodeBare(b *bin.Buffer) error {
		tl_input_peer_gen.go#L688: func (i *InputPeerChannel) GetChannelID() (value int64) {
		tl_input_peer_gen.go#L696: func (i *InputPeerChannel) GetAccessHash() (value int64) {
		tl_input_peer_gen.go#L1176: 		v := InputPeerChannel{}
		tl_input_peer_slices_gen.go#L148: 		value, ok := elem.(*InputPeerChannel)
		tl_input_peer_slices_gen.go#L349: type InputPeerChannelArray []InputPeerChannel
		tl_input_peer_slices_gen.go#L352: func (s InputPeerChannelArray) Sort(less func(a, b InputPeerChannel) bool) InputPeerChannelArray {
		tl_input_peer_slices_gen.go#L360: func (s InputPeerChannelArray) SortStable(less func(a, b InputPeerChannel) bool) InputPeerChannelArray {
		tl_input_peer_slices_gen.go#L368: func (s InputPeerChannelArray) Retain(keep func(x InputPeerChannel) bool) InputPeerChannelArray {
		tl_input_peer_slices_gen.go#L382: func (s InputPeerChannelArray) First() (v InputPeerChannel, ok bool) {
		tl_input_peer_slices_gen.go#L390: func (s InputPeerChannelArray) Last() (v InputPeerChannel, ok bool) {
		tl_input_peer_slices_gen.go#L398: func (s *InputPeerChannelArray) PopFirst() (v InputPeerChannel, ok bool) {
		tl_input_peer_slices_gen.go#L408: 	var zero InputPeerChannel
		tl_input_peer_slices_gen.go#L417: func (s *InputPeerChannelArray) Pop() (v InputPeerChannel, ok bool) {
		tl_registry_gen.go#L3613: 		InputPeerChannelTypeID:                                   func() bin.Object { return &InputPeerChannel{} },