type github.com/gotd/td/tg.ChannelsGetChannelsRequest
21 uses
github.com/gotd/td/tg (current package)
tl_channels_get_channels_gen.go#L41: type ChannelsGetChannelsRequest struct {
tl_channels_get_channels_gen.go#L51: _ bin.Encoder = &ChannelsGetChannelsRequest{}
tl_channels_get_channels_gen.go#L52: _ bin.Decoder = &ChannelsGetChannelsRequest{}
tl_channels_get_channels_gen.go#L53: _ bin.BareEncoder = &ChannelsGetChannelsRequest{}
tl_channels_get_channels_gen.go#L54: _ bin.BareDecoder = &ChannelsGetChannelsRequest{}
tl_channels_get_channels_gen.go#L57: func (g *ChannelsGetChannelsRequest) Zero() bool {
tl_channels_get_channels_gen.go#L69: func (g *ChannelsGetChannelsRequest) String() string {
tl_channels_get_channels_gen.go#L73: type Alias ChannelsGetChannelsRequest
tl_channels_get_channels_gen.go#L78: func (g *ChannelsGetChannelsRequest) FillFrom(from interface {
tl_channels_get_channels_gen.go#L87: func (*ChannelsGetChannelsRequest) TypeID() uint32 {
tl_channels_get_channels_gen.go#L92: func (*ChannelsGetChannelsRequest) TypeName() string {
tl_channels_get_channels_gen.go#L97: func (g *ChannelsGetChannelsRequest) TypeInfo() tdp.Type {
tl_channels_get_channels_gen.go#L116: func (g *ChannelsGetChannelsRequest) Encode(b *bin.Buffer) error {
tl_channels_get_channels_gen.go#L125: func (g *ChannelsGetChannelsRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_get_channels_gen.go#L142: func (g *ChannelsGetChannelsRequest) Decode(b *bin.Buffer) error {
tl_channels_get_channels_gen.go#L153: func (g *ChannelsGetChannelsRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_get_channels_gen.go#L178: func (g *ChannelsGetChannelsRequest) GetID() (value []InputChannelClass) {
tl_channels_get_channels_gen.go#L186: func (g *ChannelsGetChannelsRequest) MapID() (value InputChannelClassArray) {
tl_channels_get_channels_gen.go#L208: request := &ChannelsGetChannelsRequest{
tl_registry_gen.go#L5187: ChannelsGetChannelsRequestTypeID: func() bin.Object { return &ChannelsGetChannelsRequest{} },
tl_server_gen.go#L6902: var request ChannelsGetChannelsRequest
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. |