type github.com/gotd/td/tg.ChannelsToggleParticipantsHiddenRequest
23 uses
github.com/gotd/td/tg (current package)
tl_channels_toggle_participants_hidden_gen.go#L44: type ChannelsToggleParticipantsHiddenRequest struct {
tl_channels_toggle_participants_hidden_gen.go#L56: _ bin.Encoder = &ChannelsToggleParticipantsHiddenRequest{}
tl_channels_toggle_participants_hidden_gen.go#L57: _ bin.Decoder = &ChannelsToggleParticipantsHiddenRequest{}
tl_channels_toggle_participants_hidden_gen.go#L58: _ bin.BareEncoder = &ChannelsToggleParticipantsHiddenRequest{}
tl_channels_toggle_participants_hidden_gen.go#L59: _ bin.BareDecoder = &ChannelsToggleParticipantsHiddenRequest{}
tl_channels_toggle_participants_hidden_gen.go#L62: func (t *ChannelsToggleParticipantsHiddenRequest) Zero() bool {
tl_channels_toggle_participants_hidden_gen.go#L77: func (t *ChannelsToggleParticipantsHiddenRequest) String() string {
tl_channels_toggle_participants_hidden_gen.go#L81: type Alias ChannelsToggleParticipantsHiddenRequest
tl_channels_toggle_participants_hidden_gen.go#L86: func (t *ChannelsToggleParticipantsHiddenRequest) FillFrom(from interface {
tl_channels_toggle_participants_hidden_gen.go#L97: func (*ChannelsToggleParticipantsHiddenRequest) TypeID() uint32 {
tl_channels_toggle_participants_hidden_gen.go#L102: func (*ChannelsToggleParticipantsHiddenRequest) TypeName() string {
tl_channels_toggle_participants_hidden_gen.go#L107: func (t *ChannelsToggleParticipantsHiddenRequest) TypeInfo() tdp.Type {
tl_channels_toggle_participants_hidden_gen.go#L130: func (t *ChannelsToggleParticipantsHiddenRequest) Encode(b *bin.Buffer) error {
tl_channels_toggle_participants_hidden_gen.go#L139: func (t *ChannelsToggleParticipantsHiddenRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_toggle_participants_hidden_gen.go#L154: func (t *ChannelsToggleParticipantsHiddenRequest) Decode(b *bin.Buffer) error {
tl_channels_toggle_participants_hidden_gen.go#L165: func (t *ChannelsToggleParticipantsHiddenRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_toggle_participants_hidden_gen.go#L187: func (t *ChannelsToggleParticipantsHiddenRequest) GetChannel() (value InputChannelClass) {
tl_channels_toggle_participants_hidden_gen.go#L195: func (t *ChannelsToggleParticipantsHiddenRequest) GetEnabled() (value bool) {
tl_channels_toggle_participants_hidden_gen.go#L203: func (t *ChannelsToggleParticipantsHiddenRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_toggle_participants_hidden_gen.go#L223: func (c *Client) ChannelsToggleParticipantsHidden(ctx context.Context, request *ChannelsToggleParticipantsHiddenRequest) (UpdatesClass, error) {
tl_registry_gen.go#L5235: ChannelsToggleParticipantsHiddenRequestTypeID: func() bin.Object { return &ChannelsToggleParticipantsHiddenRequest{} },
tl_server_gen.go#L7760: func (s *ServerDispatcher) OnChannelsToggleParticipantsHidden(f func(ctx context.Context, request *ChannelsToggleParticipantsHiddenRequest) (UpdatesClass, error)) {
tl_server_gen.go#L7762: var request ChannelsToggleParticipantsHiddenRequest
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. |