type github.com/gotd/td/tg.ChannelsSetBoostsToUnblockRestrictionsRequest

23 uses

	github.com/gotd/td/tg (current package)
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L47: type ChannelsSetBoostsToUnblockRestrictionsRequest struct {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L59: 	_ bin.Encoder     = &ChannelsSetBoostsToUnblockRestrictionsRequest{}
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L60: 	_ bin.Decoder     = &ChannelsSetBoostsToUnblockRestrictionsRequest{}
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L61: 	_ bin.BareEncoder = &ChannelsSetBoostsToUnblockRestrictionsRequest{}
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L62: 	_ bin.BareDecoder = &ChannelsSetBoostsToUnblockRestrictionsRequest{}
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L65: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) Zero() bool {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L80: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) String() string {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L84: 	type Alias ChannelsSetBoostsToUnblockRestrictionsRequest
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L89: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) FillFrom(from interface {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L100: func (*ChannelsSetBoostsToUnblockRestrictionsRequest) TypeID() uint32 {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L105: func (*ChannelsSetBoostsToUnblockRestrictionsRequest) TypeName() string {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L110: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) TypeInfo() tdp.Type {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L133: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) Encode(b *bin.Buffer) error {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L142: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) EncodeBare(b *bin.Buffer) error {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L157: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) Decode(b *bin.Buffer) error {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L168: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) DecodeBare(b *bin.Buffer) error {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L190: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) GetChannel() (value InputChannelClass) {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L198: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) GetBoosts() (value int) {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L206: func (s *ChannelsSetBoostsToUnblockRestrictionsRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_channels_set_boosts_to_unblock_restrictions_gen.go#L227: func (c *Client) ChannelsSetBoostsToUnblockRestrictions(ctx context.Context, request *ChannelsSetBoostsToUnblockRestrictionsRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L7061: 		ChannelsSetBoostsToUnblockRestrictionsRequestTypeID:                     func() bin.Object { return &ChannelsSetBoostsToUnblockRestrictionsRequest{} },
		tl_server_gen.go#L9783: func (s *ServerDispatcher) OnChannelsSetBoostsToUnblockRestrictions(f func(ctx context.Context, request *ChannelsSetBoostsToUnblockRestrictionsRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L9785: 		var request ChannelsSetBoostsToUnblockRestrictionsRequest