type github.com/gotd/td/tg.InputChannelEmpty
20 uses
github.com/gotd/td/tg (current package)
tl_input_channel_gen.go#L38: type InputChannelEmpty struct {
tl_input_channel_gen.go#L45: func (i InputChannelEmpty) construct() InputChannelClass { return &i }
tl_input_channel_gen.go#L49: _ bin.Encoder = &InputChannelEmpty{}
tl_input_channel_gen.go#L50: _ bin.Decoder = &InputChannelEmpty{}
tl_input_channel_gen.go#L51: _ bin.BareEncoder = &InputChannelEmpty{}
tl_input_channel_gen.go#L52: _ bin.BareDecoder = &InputChannelEmpty{}
tl_input_channel_gen.go#L54: _ InputChannelClass = &InputChannelEmpty{}
tl_input_channel_gen.go#L57: func (i *InputChannelEmpty) Zero() bool {
tl_input_channel_gen.go#L66: func (i *InputChannelEmpty) String() string {
tl_input_channel_gen.go#L70: type Alias InputChannelEmpty
tl_input_channel_gen.go#L77: func (*InputChannelEmpty) TypeID() uint32 {
tl_input_channel_gen.go#L82: func (*InputChannelEmpty) TypeName() string {
tl_input_channel_gen.go#L87: func (i *InputChannelEmpty) TypeInfo() tdp.Type {
tl_input_channel_gen.go#L101: func (i *InputChannelEmpty) Encode(b *bin.Buffer) error {
tl_input_channel_gen.go#L110: func (i *InputChannelEmpty) EncodeBare(b *bin.Buffer) error {
tl_input_channel_gen.go#L118: func (i *InputChannelEmpty) Decode(b *bin.Buffer) error {
tl_input_channel_gen.go#L129: func (i *InputChannelEmpty) DecodeBare(b *bin.Buffer) error {
tl_input_channel_gen.go#L563: func (i *InputChannelEmpty) AsNotEmpty() (NotEmptyInputChannel, bool) {
tl_input_channel_gen.go#L589: v := InputChannelEmpty{}
tl_registry_gen.go#L4148: InputChannelEmptyTypeID: func() bin.Object { return &InputChannelEmpty{} },
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. |