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

29 uses

	github.com/gotd/td/tg (current package)
		tl_phone_create_group_call_gen.go#L38: type PhoneCreateGroupCallRequest struct {
		tl_phone_create_group_call_gen.go#L73: 	_ bin.Encoder     = &PhoneCreateGroupCallRequest{}
		tl_phone_create_group_call_gen.go#L74: 	_ bin.Decoder     = &PhoneCreateGroupCallRequest{}
		tl_phone_create_group_call_gen.go#L75: 	_ bin.BareEncoder = &PhoneCreateGroupCallRequest{}
		tl_phone_create_group_call_gen.go#L76: 	_ bin.BareDecoder = &PhoneCreateGroupCallRequest{}
		tl_phone_create_group_call_gen.go#L79: func (c *PhoneCreateGroupCallRequest) Zero() bool {
		tl_phone_create_group_call_gen.go#L106: func (c *PhoneCreateGroupCallRequest) String() string {
		tl_phone_create_group_call_gen.go#L110: 	type Alias PhoneCreateGroupCallRequest
		tl_phone_create_group_call_gen.go#L115: func (c *PhoneCreateGroupCallRequest) FillFrom(from interface {
		tl_phone_create_group_call_gen.go#L138: func (*PhoneCreateGroupCallRequest) TypeID() uint32 {
		tl_phone_create_group_call_gen.go#L143: func (*PhoneCreateGroupCallRequest) TypeName() string {
		tl_phone_create_group_call_gen.go#L148: func (c *PhoneCreateGroupCallRequest) TypeInfo() tdp.Type {
		tl_phone_create_group_call_gen.go#L186: func (c *PhoneCreateGroupCallRequest) SetFlags() {
		tl_phone_create_group_call_gen.go#L199: func (c *PhoneCreateGroupCallRequest) Encode(b *bin.Buffer) error {
		tl_phone_create_group_call_gen.go#L208: func (c *PhoneCreateGroupCallRequest) EncodeBare(b *bin.Buffer) error {
		tl_phone_create_group_call_gen.go#L233: func (c *PhoneCreateGroupCallRequest) Decode(b *bin.Buffer) error {
		tl_phone_create_group_call_gen.go#L244: func (c *PhoneCreateGroupCallRequest) DecodeBare(b *bin.Buffer) error {
		tl_phone_create_group_call_gen.go#L286: func (c *PhoneCreateGroupCallRequest) SetRtmpStream(value bool) {
		tl_phone_create_group_call_gen.go#L297: func (c *PhoneCreateGroupCallRequest) GetRtmpStream() (value bool) {
		tl_phone_create_group_call_gen.go#L305: func (c *PhoneCreateGroupCallRequest) GetPeer() (value InputPeerClass) {
		tl_phone_create_group_call_gen.go#L313: func (c *PhoneCreateGroupCallRequest) GetRandomID() (value int) {
		tl_phone_create_group_call_gen.go#L321: func (c *PhoneCreateGroupCallRequest) SetTitle(value string) {
		tl_phone_create_group_call_gen.go#L328: func (c *PhoneCreateGroupCallRequest) GetTitle() (value string, ok bool) {
		tl_phone_create_group_call_gen.go#L339: func (c *PhoneCreateGroupCallRequest) SetScheduleDate(value int) {
		tl_phone_create_group_call_gen.go#L346: func (c *PhoneCreateGroupCallRequest) GetScheduleDate() (value int, ok bool) {
		tl_phone_create_group_call_gen.go#L368: func (c *Client) PhoneCreateGroupCall(ctx context.Context, request *PhoneCreateGroupCallRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L5292: 		PhoneCreateGroupCallRequestTypeID:                                       func() bin.Object { return &PhoneCreateGroupCallRequest{} },
		tl_server_gen.go#L8801: func (s *ServerDispatcher) OnPhoneCreateGroupCall(f func(ctx context.Context, request *PhoneCreateGroupCallRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L8803: 		var request PhoneCreateGroupCallRequest