type github.com/gotd/td/tg.ChannelsConvertToGigagroupRequest
21 uses
github.com/gotd/td/tg (current package)
tl_channels_convert_to_gigagroup_gen.go#L43: type ChannelsConvertToGigagroupRequest struct {
tl_channels_convert_to_gigagroup_gen.go#L56: _ bin.Encoder = &ChannelsConvertToGigagroupRequest{}
tl_channels_convert_to_gigagroup_gen.go#L57: _ bin.Decoder = &ChannelsConvertToGigagroupRequest{}
tl_channels_convert_to_gigagroup_gen.go#L58: _ bin.BareEncoder = &ChannelsConvertToGigagroupRequest{}
tl_channels_convert_to_gigagroup_gen.go#L59: _ bin.BareDecoder = &ChannelsConvertToGigagroupRequest{}
tl_channels_convert_to_gigagroup_gen.go#L62: func (c *ChannelsConvertToGigagroupRequest) Zero() bool {
tl_channels_convert_to_gigagroup_gen.go#L74: func (c *ChannelsConvertToGigagroupRequest) String() string {
tl_channels_convert_to_gigagroup_gen.go#L78: type Alias ChannelsConvertToGigagroupRequest
tl_channels_convert_to_gigagroup_gen.go#L83: func (c *ChannelsConvertToGigagroupRequest) FillFrom(from interface {
tl_channels_convert_to_gigagroup_gen.go#L92: func (*ChannelsConvertToGigagroupRequest) TypeID() uint32 {
tl_channels_convert_to_gigagroup_gen.go#L97: func (*ChannelsConvertToGigagroupRequest) TypeName() string {
tl_channels_convert_to_gigagroup_gen.go#L102: func (c *ChannelsConvertToGigagroupRequest) TypeInfo() tdp.Type {
tl_channels_convert_to_gigagroup_gen.go#L121: func (c *ChannelsConvertToGigagroupRequest) Encode(b *bin.Buffer) error {
tl_channels_convert_to_gigagroup_gen.go#L130: func (c *ChannelsConvertToGigagroupRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_convert_to_gigagroup_gen.go#L144: func (c *ChannelsConvertToGigagroupRequest) Decode(b *bin.Buffer) error {
tl_channels_convert_to_gigagroup_gen.go#L155: func (c *ChannelsConvertToGigagroupRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_convert_to_gigagroup_gen.go#L170: func (c *ChannelsConvertToGigagroupRequest) GetChannel() (value InputChannelClass) {
tl_channels_convert_to_gigagroup_gen.go#L178: func (c *ChannelsConvertToGigagroupRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_convert_to_gigagroup_gen.go#L203: request := &ChannelsConvertToGigagroupRequest{
tl_registry_gen.go#L5215: ChannelsConvertToGigagroupRequestTypeID: func() bin.Object { return &ChannelsConvertToGigagroupRequest{} },
tl_server_gen.go#L7402: var request ChannelsConvertToGigagroupRequest
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. |