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

26 uses

	github.com/gotd/td/tg (current package)
		tl_channels_get_participants_gen.go#L41: type ChannelsGetParticipantsRequest struct {
		tl_channels_get_participants_gen.go#L68: 	_ bin.Encoder     = &ChannelsGetParticipantsRequest{}
		tl_channels_get_participants_gen.go#L69: 	_ bin.Decoder     = &ChannelsGetParticipantsRequest{}
		tl_channels_get_participants_gen.go#L70: 	_ bin.BareEncoder = &ChannelsGetParticipantsRequest{}
		tl_channels_get_participants_gen.go#L71: 	_ bin.BareDecoder = &ChannelsGetParticipantsRequest{}
		tl_channels_get_participants_gen.go#L74: func (g *ChannelsGetParticipantsRequest) Zero() bool {
		tl_channels_get_participants_gen.go#L98: func (g *ChannelsGetParticipantsRequest) String() string {
		tl_channels_get_participants_gen.go#L102: 	type Alias ChannelsGetParticipantsRequest
		tl_channels_get_participants_gen.go#L107: func (g *ChannelsGetParticipantsRequest) FillFrom(from interface {
		tl_channels_get_participants_gen.go#L124: func (*ChannelsGetParticipantsRequest) TypeID() uint32 {
		tl_channels_get_participants_gen.go#L129: func (*ChannelsGetParticipantsRequest) TypeName() string {
		tl_channels_get_participants_gen.go#L134: func (g *ChannelsGetParticipantsRequest) TypeInfo() tdp.Type {
		tl_channels_get_participants_gen.go#L169: func (g *ChannelsGetParticipantsRequest) Encode(b *bin.Buffer) error {
		tl_channels_get_participants_gen.go#L178: func (g *ChannelsGetParticipantsRequest) EncodeBare(b *bin.Buffer) error {
		tl_channels_get_participants_gen.go#L201: func (g *ChannelsGetParticipantsRequest) Decode(b *bin.Buffer) error {
		tl_channels_get_participants_gen.go#L212: func (g *ChannelsGetParticipantsRequest) DecodeBare(b *bin.Buffer) error {
		tl_channels_get_participants_gen.go#L255: func (g *ChannelsGetParticipantsRequest) GetChannel() (value InputChannelClass) {
		tl_channels_get_participants_gen.go#L263: func (g *ChannelsGetParticipantsRequest) GetFilter() (value ChannelParticipantsFilterClass) {
		tl_channels_get_participants_gen.go#L271: func (g *ChannelsGetParticipantsRequest) GetOffset() (value int) {
		tl_channels_get_participants_gen.go#L279: func (g *ChannelsGetParticipantsRequest) GetLimit() (value int) {
		tl_channels_get_participants_gen.go#L287: func (g *ChannelsGetParticipantsRequest) GetHash() (value int64) {
		tl_channels_get_participants_gen.go#L295: func (g *ChannelsGetParticipantsRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_channels_get_participants_gen.go#L314: func (c *Client) ChannelsGetParticipants(ctx context.Context, request *ChannelsGetParticipantsRequest) (ChannelsChannelParticipantsClass, error) {
		tl_registry_gen.go#L5185: 		ChannelsGetParticipantsRequestTypeID:                                    func() bin.Object { return &ChannelsGetParticipantsRequest{} },
		tl_server_gen.go#L6866: func (s *ServerDispatcher) OnChannelsGetParticipants(f func(ctx context.Context, request *ChannelsGetParticipantsRequest) (ChannelsChannelParticipantsClass, error)) {
		tl_server_gen.go#L6868: 		var request ChannelsGetParticipantsRequest