type github.com/gotd/td/tg.PhoneInviteToGroupCallRequest
23 uses
github.com/gotd/td/tg (current package)
tl_phone_invite_to_group_call_gen.go#L38: type PhoneInviteToGroupCallRequest struct {
tl_phone_invite_to_group_call_gen.go#L50: _ bin.Encoder = &PhoneInviteToGroupCallRequest{}
tl_phone_invite_to_group_call_gen.go#L51: _ bin.Decoder = &PhoneInviteToGroupCallRequest{}
tl_phone_invite_to_group_call_gen.go#L52: _ bin.BareEncoder = &PhoneInviteToGroupCallRequest{}
tl_phone_invite_to_group_call_gen.go#L53: _ bin.BareDecoder = &PhoneInviteToGroupCallRequest{}
tl_phone_invite_to_group_call_gen.go#L56: func (i *PhoneInviteToGroupCallRequest) Zero() bool {
tl_phone_invite_to_group_call_gen.go#L71: func (i *PhoneInviteToGroupCallRequest) String() string {
tl_phone_invite_to_group_call_gen.go#L75: type Alias PhoneInviteToGroupCallRequest
tl_phone_invite_to_group_call_gen.go#L80: func (i *PhoneInviteToGroupCallRequest) FillFrom(from interface {
tl_phone_invite_to_group_call_gen.go#L91: func (*PhoneInviteToGroupCallRequest) TypeID() uint32 {
tl_phone_invite_to_group_call_gen.go#L96: func (*PhoneInviteToGroupCallRequest) TypeName() string {
tl_phone_invite_to_group_call_gen.go#L101: func (i *PhoneInviteToGroupCallRequest) TypeInfo() tdp.Type {
tl_phone_invite_to_group_call_gen.go#L124: func (i *PhoneInviteToGroupCallRequest) Encode(b *bin.Buffer) error {
tl_phone_invite_to_group_call_gen.go#L133: func (i *PhoneInviteToGroupCallRequest) EncodeBare(b *bin.Buffer) error {
tl_phone_invite_to_group_call_gen.go#L153: func (i *PhoneInviteToGroupCallRequest) Decode(b *bin.Buffer) error {
tl_phone_invite_to_group_call_gen.go#L164: func (i *PhoneInviteToGroupCallRequest) DecodeBare(b *bin.Buffer) error {
tl_phone_invite_to_group_call_gen.go#L194: func (i *PhoneInviteToGroupCallRequest) GetCall() (value InputGroupCall) {
tl_phone_invite_to_group_call_gen.go#L202: func (i *PhoneInviteToGroupCallRequest) GetUsers() (value []InputUserClass) {
tl_phone_invite_to_group_call_gen.go#L210: func (i *PhoneInviteToGroupCallRequest) MapUsers() (value InputUserClassArray) {
tl_phone_invite_to_group_call_gen.go#L225: func (c *Client) PhoneInviteToGroupCall(ctx context.Context, request *PhoneInviteToGroupCallRequest) (UpdatesClass, error) {
tl_registry_gen.go#L5295: PhoneInviteToGroupCallRequestTypeID: func() bin.Object { return &PhoneInviteToGroupCallRequest{} },
tl_server_gen.go#L8852: func (s *ServerDispatcher) OnPhoneInviteToGroupCall(f func(ctx context.Context, request *PhoneInviteToGroupCallRequest) (UpdatesClass, error)) {
tl_server_gen.go#L8854: var request PhoneInviteToGroupCallRequest
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |