type github.com/gotd/td/tg.InputChannel
35 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L3174: func (c *Channel) AsInput() *InputChannel {
tl_chat_gen.go#L3175: value := new(InputChannel)
tl_input_channel_gen.go#L140: type InputChannel struct {
tl_input_channel_gen.go#L154: func (i InputChannel) construct() InputChannelClass { return &i }
tl_input_channel_gen.go#L158: _ bin.Encoder = &InputChannel{}
tl_input_channel_gen.go#L159: _ bin.Decoder = &InputChannel{}
tl_input_channel_gen.go#L160: _ bin.BareEncoder = &InputChannel{}
tl_input_channel_gen.go#L161: _ bin.BareDecoder = &InputChannel{}
tl_input_channel_gen.go#L163: _ InputChannelClass = &InputChannel{}
tl_input_channel_gen.go#L166: func (i *InputChannel) Zero() bool {
tl_input_channel_gen.go#L181: func (i *InputChannel) String() string {
tl_input_channel_gen.go#L185: type Alias InputChannel
tl_input_channel_gen.go#L190: func (i *InputChannel) FillFrom(from interface {
tl_input_channel_gen.go#L201: func (*InputChannel) TypeID() uint32 {
tl_input_channel_gen.go#L206: func (*InputChannel) TypeName() string {
tl_input_channel_gen.go#L211: func (i *InputChannel) TypeInfo() tdp.Type {
tl_input_channel_gen.go#L234: func (i *InputChannel) Encode(b *bin.Buffer) error {
tl_input_channel_gen.go#L243: func (i *InputChannel) EncodeBare(b *bin.Buffer) error {
tl_input_channel_gen.go#L253: func (i *InputChannel) Decode(b *bin.Buffer) error {
tl_input_channel_gen.go#L264: func (i *InputChannel) DecodeBare(b *bin.Buffer) error {
tl_input_channel_gen.go#L286: func (i *InputChannel) GetChannelID() (value int64) {
tl_input_channel_gen.go#L294: func (i *InputChannel) GetAccessHash() (value int64) {
tl_input_channel_gen.go#L569: func (i *InputChannel) AsNotEmpty() (NotEmptyInputChannel, bool) {
tl_input_channel_gen.go#L596: v := InputChannel{}
tl_input_channel_slices_gen.go#L122: value, ok := elem.(*InputChannel)
tl_input_channel_slices_gen.go#L201: type InputChannelArray []InputChannel
tl_input_channel_slices_gen.go#L204: func (s InputChannelArray) Sort(less func(a, b InputChannel) bool) InputChannelArray {
tl_input_channel_slices_gen.go#L212: func (s InputChannelArray) SortStable(less func(a, b InputChannel) bool) InputChannelArray {
tl_input_channel_slices_gen.go#L220: func (s InputChannelArray) Retain(keep func(x InputChannel) bool) InputChannelArray {
tl_input_channel_slices_gen.go#L234: func (s InputChannelArray) First() (v InputChannel, ok bool) {
tl_input_channel_slices_gen.go#L242: func (s InputChannelArray) Last() (v InputChannel, ok bool) {
tl_input_channel_slices_gen.go#L250: func (s *InputChannelArray) PopFirst() (v InputChannel, ok bool) {
tl_input_channel_slices_gen.go#L260: var zero InputChannel
tl_input_channel_slices_gen.go#L269: func (s *InputChannelArray) Pop() (v InputChannel, ok bool) {
tl_registry_gen.go#L4149: InputChannelTypeID: func() bin.Object { return &InputChannel{} },
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. |