type github.com/gotd/td/tg.ChannelsGetSponsoredMessagesRequest
21 uses
github.com/gotd/td/tg (current package)
tl_channels_get_sponsored_messages_gen.go#L38: type ChannelsGetSponsoredMessagesRequest struct {
tl_channels_get_sponsored_messages_gen.go#L48: _ bin.Encoder = &ChannelsGetSponsoredMessagesRequest{}
tl_channels_get_sponsored_messages_gen.go#L49: _ bin.Decoder = &ChannelsGetSponsoredMessagesRequest{}
tl_channels_get_sponsored_messages_gen.go#L50: _ bin.BareEncoder = &ChannelsGetSponsoredMessagesRequest{}
tl_channels_get_sponsored_messages_gen.go#L51: _ bin.BareDecoder = &ChannelsGetSponsoredMessagesRequest{}
tl_channels_get_sponsored_messages_gen.go#L54: func (g *ChannelsGetSponsoredMessagesRequest) Zero() bool {
tl_channels_get_sponsored_messages_gen.go#L66: func (g *ChannelsGetSponsoredMessagesRequest) String() string {
tl_channels_get_sponsored_messages_gen.go#L70: type Alias ChannelsGetSponsoredMessagesRequest
tl_channels_get_sponsored_messages_gen.go#L75: func (g *ChannelsGetSponsoredMessagesRequest) FillFrom(from interface {
tl_channels_get_sponsored_messages_gen.go#L84: func (*ChannelsGetSponsoredMessagesRequest) TypeID() uint32 {
tl_channels_get_sponsored_messages_gen.go#L89: func (*ChannelsGetSponsoredMessagesRequest) TypeName() string {
tl_channels_get_sponsored_messages_gen.go#L94: func (g *ChannelsGetSponsoredMessagesRequest) TypeInfo() tdp.Type {
tl_channels_get_sponsored_messages_gen.go#L113: func (g *ChannelsGetSponsoredMessagesRequest) Encode(b *bin.Buffer) error {
tl_channels_get_sponsored_messages_gen.go#L122: func (g *ChannelsGetSponsoredMessagesRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_get_sponsored_messages_gen.go#L136: func (g *ChannelsGetSponsoredMessagesRequest) Decode(b *bin.Buffer) error {
tl_channels_get_sponsored_messages_gen.go#L147: func (g *ChannelsGetSponsoredMessagesRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_get_sponsored_messages_gen.go#L162: func (g *ChannelsGetSponsoredMessagesRequest) GetChannel() (value InputChannelClass) {
tl_channels_get_sponsored_messages_gen.go#L170: func (g *ChannelsGetSponsoredMessagesRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_get_sponsored_messages_gen.go#L187: request := &ChannelsGetSponsoredMessagesRequest{
tl_registry_gen.go#L5217: ChannelsGetSponsoredMessagesRequestTypeID: func() bin.Object { return &ChannelsGetSponsoredMessagesRequest{} },
tl_server_gen.go#L7440: var request ChannelsGetSponsoredMessagesRequest
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. |