type github.com/gotd/td/tg.ChannelsRestrictSponsoredMessagesRequest
23 uses
github.com/gotd/td/tg (current package)
tl_channels_restrict_sponsored_messages_gen.go#L44: type ChannelsRestrictSponsoredMessagesRequest struct {
tl_channels_restrict_sponsored_messages_gen.go#L56: _ bin.Encoder = &ChannelsRestrictSponsoredMessagesRequest{}
tl_channels_restrict_sponsored_messages_gen.go#L57: _ bin.Decoder = &ChannelsRestrictSponsoredMessagesRequest{}
tl_channels_restrict_sponsored_messages_gen.go#L58: _ bin.BareEncoder = &ChannelsRestrictSponsoredMessagesRequest{}
tl_channels_restrict_sponsored_messages_gen.go#L59: _ bin.BareDecoder = &ChannelsRestrictSponsoredMessagesRequest{}
tl_channels_restrict_sponsored_messages_gen.go#L62: func (r *ChannelsRestrictSponsoredMessagesRequest) Zero() bool {
tl_channels_restrict_sponsored_messages_gen.go#L77: func (r *ChannelsRestrictSponsoredMessagesRequest) String() string {
tl_channels_restrict_sponsored_messages_gen.go#L81: type Alias ChannelsRestrictSponsoredMessagesRequest
tl_channels_restrict_sponsored_messages_gen.go#L86: func (r *ChannelsRestrictSponsoredMessagesRequest) FillFrom(from interface {
tl_channels_restrict_sponsored_messages_gen.go#L97: func (*ChannelsRestrictSponsoredMessagesRequest) TypeID() uint32 {
tl_channels_restrict_sponsored_messages_gen.go#L102: func (*ChannelsRestrictSponsoredMessagesRequest) TypeName() string {
tl_channels_restrict_sponsored_messages_gen.go#L107: func (r *ChannelsRestrictSponsoredMessagesRequest) TypeInfo() tdp.Type {
tl_channels_restrict_sponsored_messages_gen.go#L130: func (r *ChannelsRestrictSponsoredMessagesRequest) Encode(b *bin.Buffer) error {
tl_channels_restrict_sponsored_messages_gen.go#L139: func (r *ChannelsRestrictSponsoredMessagesRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_restrict_sponsored_messages_gen.go#L154: func (r *ChannelsRestrictSponsoredMessagesRequest) Decode(b *bin.Buffer) error {
tl_channels_restrict_sponsored_messages_gen.go#L165: func (r *ChannelsRestrictSponsoredMessagesRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_restrict_sponsored_messages_gen.go#L187: func (r *ChannelsRestrictSponsoredMessagesRequest) GetChannel() (value InputChannelClass) {
tl_channels_restrict_sponsored_messages_gen.go#L195: func (r *ChannelsRestrictSponsoredMessagesRequest) GetRestricted() (value bool) {
tl_channels_restrict_sponsored_messages_gen.go#L203: func (r *ChannelsRestrictSponsoredMessagesRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_restrict_sponsored_messages_gen.go#L221: func (c *Client) ChannelsRestrictSponsoredMessages(ctx context.Context, request *ChannelsRestrictSponsoredMessagesRequest) (UpdatesClass, error) {
tl_registry_gen.go#L7063: ChannelsRestrictSponsoredMessagesRequestTypeID: func() bin.Object { return &ChannelsRestrictSponsoredMessagesRequest{} },
tl_server_gen.go#L9821: func (s *ServerDispatcher) OnChannelsRestrictSponsoredMessages(f func(ctx context.Context, request *ChannelsRestrictSponsoredMessagesRequest) (UpdatesClass, error)) {
tl_server_gen.go#L9823: var request ChannelsRestrictSponsoredMessagesRequest
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |