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

35 uses

	github.com/gotd/td/tg (current package)
		tl_phone_edit_group_call_participant_gen.go#L44: type PhoneEditGroupCallParticipantRequest struct {
		tl_phone_edit_group_call_participant_gen.go#L85: 	_ bin.Encoder     = &PhoneEditGroupCallParticipantRequest{}
		tl_phone_edit_group_call_participant_gen.go#L86: 	_ bin.Decoder     = &PhoneEditGroupCallParticipantRequest{}
		tl_phone_edit_group_call_participant_gen.go#L87: 	_ bin.BareEncoder = &PhoneEditGroupCallParticipantRequest{}
		tl_phone_edit_group_call_participant_gen.go#L88: 	_ bin.BareDecoder = &PhoneEditGroupCallParticipantRequest{}
		tl_phone_edit_group_call_participant_gen.go#L91: func (e *PhoneEditGroupCallParticipantRequest) Zero() bool {
		tl_phone_edit_group_call_participant_gen.go#L127: func (e *PhoneEditGroupCallParticipantRequest) String() string {
		tl_phone_edit_group_call_participant_gen.go#L131: 	type Alias PhoneEditGroupCallParticipantRequest
		tl_phone_edit_group_call_participant_gen.go#L136: func (e *PhoneEditGroupCallParticipantRequest) FillFrom(from interface {
		tl_phone_edit_group_call_participant_gen.go#L177: func (*PhoneEditGroupCallParticipantRequest) TypeID() uint32 {
		tl_phone_edit_group_call_participant_gen.go#L182: func (*PhoneEditGroupCallParticipantRequest) TypeName() string {
		tl_phone_edit_group_call_participant_gen.go#L187: func (e *PhoneEditGroupCallParticipantRequest) TypeInfo() tdp.Type {
		tl_phone_edit_group_call_participant_gen.go#L240: func (e *PhoneEditGroupCallParticipantRequest) SetFlags() {
		tl_phone_edit_group_call_participant_gen.go#L262: func (e *PhoneEditGroupCallParticipantRequest) Encode(b *bin.Buffer) error {
		tl_phone_edit_group_call_participant_gen.go#L271: func (e *PhoneEditGroupCallParticipantRequest) EncodeBare(b *bin.Buffer) error {
		tl_phone_edit_group_call_participant_gen.go#L313: func (e *PhoneEditGroupCallParticipantRequest) Decode(b *bin.Buffer) error {
		tl_phone_edit_group_call_participant_gen.go#L324: func (e *PhoneEditGroupCallParticipantRequest) DecodeBare(b *bin.Buffer) error {
		tl_phone_edit_group_call_participant_gen.go#L393: func (e *PhoneEditGroupCallParticipantRequest) GetCall() (value InputGroupCallClass) {
		tl_phone_edit_group_call_participant_gen.go#L401: func (e *PhoneEditGroupCallParticipantRequest) GetParticipant() (value InputPeerClass) {
		tl_phone_edit_group_call_participant_gen.go#L409: func (e *PhoneEditGroupCallParticipantRequest) SetMuted(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L416: func (e *PhoneEditGroupCallParticipantRequest) GetMuted() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L427: func (e *PhoneEditGroupCallParticipantRequest) SetVolume(value int) {
		tl_phone_edit_group_call_participant_gen.go#L434: func (e *PhoneEditGroupCallParticipantRequest) GetVolume() (value int, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L445: func (e *PhoneEditGroupCallParticipantRequest) SetRaiseHand(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L452: func (e *PhoneEditGroupCallParticipantRequest) GetRaiseHand() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L463: func (e *PhoneEditGroupCallParticipantRequest) SetVideoStopped(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L470: func (e *PhoneEditGroupCallParticipantRequest) GetVideoStopped() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L481: func (e *PhoneEditGroupCallParticipantRequest) SetVideoPaused(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L488: func (e *PhoneEditGroupCallParticipantRequest) GetVideoPaused() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L499: func (e *PhoneEditGroupCallParticipantRequest) SetPresentationPaused(value bool) {
		tl_phone_edit_group_call_participant_gen.go#L506: func (e *PhoneEditGroupCallParticipantRequest) GetPresentationPaused() (value bool, ok bool) {
		tl_phone_edit_group_call_participant_gen.go#L536: func (c *Client) PhoneEditGroupCallParticipant(ctx context.Context, request *PhoneEditGroupCallParticipantRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L7307: 		PhoneEditGroupCallParticipantRequestTypeID:                              func() bin.Object { return &PhoneEditGroupCallParticipantRequest{} },
		tl_server_gen.go#L12396: func (s *ServerDispatcher) OnPhoneEditGroupCallParticipant(f func(ctx context.Context, request *PhoneEditGroupCallParticipantRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L12398: 		var request PhoneEditGroupCallParticipantRequest