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

35 uses

	github.com/gotd/td/tg (current package)
		tl_phone_edit_group_call_participant_gen.go#L43: type PhoneEditGroupCallParticipantRequest struct {
		tl_phone_edit_group_call_participant_gen.go#L84: 	_ bin.Encoder     = &PhoneEditGroupCallParticipantRequest{}
		tl_phone_edit_group_call_participant_gen.go#L85: 	_ bin.Decoder     = &PhoneEditGroupCallParticipantRequest{}
		tl_phone_edit_group_call_participant_gen.go#L86: 	_ bin.BareEncoder = &PhoneEditGroupCallParticipantRequest{}
		tl_phone_edit_group_call_participant_gen.go#L87: 	_ bin.BareDecoder = &PhoneEditGroupCallParticipantRequest{}
		tl_phone_edit_group_call_participant_gen.go#L90: func (e *PhoneEditGroupCallParticipantRequest) Zero() bool {
		tl_phone_edit_group_call_participant_gen.go#L126: func (e *PhoneEditGroupCallParticipantRequest) String() string {
		tl_phone_edit_group_call_participant_gen.go#L130: 	type Alias PhoneEditGroupCallParticipantRequest
		tl_phone_edit_group_call_participant_gen.go#L135: func (e *PhoneEditGroupCallParticipantRequest) FillFrom(from interface {
		tl_phone_edit_group_call_participant_gen.go#L176: func (*PhoneEditGroupCallParticipantRequest) TypeID() uint32 {
		tl_phone_edit_group_call_participant_gen.go#L181: func (*PhoneEditGroupCallParticipantRequest) TypeName() string {
		tl_phone_edit_group_call_participant_gen.go#L186: func (e *PhoneEditGroupCallParticipantRequest) TypeInfo() tdp.Type {
		tl_phone_edit_group_call_participant_gen.go#L239: func (e *PhoneEditGroupCallParticipantRequest) SetFlags() {
		tl_phone_edit_group_call_participant_gen.go#L261: func (e *PhoneEditGroupCallParticipantRequest) Encode(b *bin.Buffer) error {
		tl_phone_edit_group_call_participant_gen.go#L270: func (e *PhoneEditGroupCallParticipantRequest) EncodeBare(b *bin.Buffer) error {
		tl_phone_edit_group_call_participant_gen.go#L309: func (e *PhoneEditGroupCallParticipantRequest) Decode(b *bin.Buffer) error {
		tl_phone_edit_group_call_participant_gen.go#L320: func (e *PhoneEditGroupCallParticipantRequest) DecodeBare(b *bin.Buffer) error {
		tl_phone_edit_group_call_participant_gen.go#L387: func (e *PhoneEditGroupCallParticipantRequest) GetCall() (value InputGroupCall) {
		tl_phone_edit_group_call_participant_gen.go#L395: func (e *PhoneEditGroupCallParticipantRequest) GetParticipant() (value InputPeerClass) {
		tl_phone_edit_group_call_participant_gen.go#L403: func (e *PhoneEditGroupCallParticipantRequest) SetMuted(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L410: func (e *PhoneEditGroupCallParticipantRequest) GetMuted() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L421: func (e *PhoneEditGroupCallParticipantRequest) SetVolume(value int) {
		tl_phone_edit_group_call_participant_gen.go#L428: func (e *PhoneEditGroupCallParticipantRequest) GetVolume() (value int, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L439: func (e *PhoneEditGroupCallParticipantRequest) SetRaiseHand(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L446: func (e *PhoneEditGroupCallParticipantRequest) GetRaiseHand() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L457: func (e *PhoneEditGroupCallParticipantRequest) SetVideoStopped(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L464: func (e *PhoneEditGroupCallParticipantRequest) GetVideoStopped() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L475: func (e *PhoneEditGroupCallParticipantRequest) SetVideoPaused(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L482: func (e *PhoneEditGroupCallParticipantRequest) GetVideoPaused() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L493: func (e *PhoneEditGroupCallParticipantRequest) SetPresentationPaused(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L500: func (e *PhoneEditGroupCallParticipantRequest) GetPresentationPaused() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L525: func (c *Client) PhoneEditGroupCallParticipant(ctx context.Context, request *PhoneEditGroupCallParticipantRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L5302: 		PhoneEditGroupCallParticipantRequestTypeID:                              func() bin.Object { return &PhoneEditGroupCallParticipantRequest{} },
		tl_server_gen.go#L8971: func (s *ServerDispatcher) OnPhoneEditGroupCallParticipant(f func(ctx context.Context, request *PhoneEditGroupCallParticipantRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L8973: 		var request PhoneEditGroupCallParticipantRequest