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

23 uses

	github.com/gotd/td/tg (current package)
		tl_channels_get_participant_gen.go#L41: type ChannelsGetParticipantRequest struct {
		tl_channels_get_participant_gen.go#L53: 	_ bin.Encoder     = &ChannelsGetParticipantRequest{}
		tl_channels_get_participant_gen.go#L54: 	_ bin.Decoder     = &ChannelsGetParticipantRequest{}
		tl_channels_get_participant_gen.go#L55: 	_ bin.BareEncoder = &ChannelsGetParticipantRequest{}
		tl_channels_get_participant_gen.go#L56: 	_ bin.BareDecoder = &ChannelsGetParticipantRequest{}
		tl_channels_get_participant_gen.go#L59: func (g *ChannelsGetParticipantRequest) Zero() bool {
		tl_channels_get_participant_gen.go#L74: func (g *ChannelsGetParticipantRequest) String() string {
		tl_channels_get_participant_gen.go#L78: 	type Alias ChannelsGetParticipantRequest
		tl_channels_get_participant_gen.go#L83: func (g *ChannelsGetParticipantRequest) FillFrom(from interface {
		tl_channels_get_participant_gen.go#L94: func (*ChannelsGetParticipantRequest) TypeID() uint32 {
		tl_channels_get_participant_gen.go#L99: func (*ChannelsGetParticipantRequest) TypeName() string {
		tl_channels_get_participant_gen.go#L104: func (g *ChannelsGetParticipantRequest) TypeInfo() tdp.Type {
		tl_channels_get_participant_gen.go#L127: func (g *ChannelsGetParticipantRequest) Encode(b *bin.Buffer) error {
		tl_channels_get_participant_gen.go#L136: func (g *ChannelsGetParticipantRequest) EncodeBare(b *bin.Buffer) error {
		tl_channels_get_participant_gen.go#L156: func (g *ChannelsGetParticipantRequest) Decode(b *bin.Buffer) error {
		tl_channels_get_participant_gen.go#L167: func (g *ChannelsGetParticipantRequest) DecodeBare(b *bin.Buffer) error {
		tl_channels_get_participant_gen.go#L189: func (g *ChannelsGetParticipantRequest) GetChannel() (value InputChannelClass) {
		tl_channels_get_participant_gen.go#L197: func (g *ChannelsGetParticipantRequest) GetParticipant() (value InputPeerClass) {
		tl_channels_get_participant_gen.go#L205: func (g *ChannelsGetParticipantRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_channels_get_participant_gen.go#L227: func (c *Client) ChannelsGetParticipant(ctx context.Context, request *ChannelsGetParticipantRequest) (*ChannelsChannelParticipant, error) {
		tl_registry_gen.go#L5186: 		ChannelsGetParticipantRequestTypeID:                                     func() bin.Object { return &ChannelsGetParticipantRequest{} },
		tl_server_gen.go#L6883: func (s *ServerDispatcher) OnChannelsGetParticipant(f func(ctx context.Context, request *ChannelsGetParticipantRequest) (*ChannelsChannelParticipant, error)) {
		tl_server_gen.go#L6885: 		var request ChannelsGetParticipantRequest