type github.com/gotd/td/tg.PhoneExportedGroupCallInvite
21 uses
github.com/gotd/td/tg (current package)
tl_phone_export_group_call_invite_gen.go#L236: func (c *Client) PhoneExportGroupCallInvite(ctx context.Context, request *PhoneExportGroupCallInviteRequest) (*PhoneExportedGroupCallInvite, error) {
tl_phone_export_group_call_invite_gen.go#L237: var result PhoneExportedGroupCallInvite
tl_phone_exported_group_call_invite_gen.go#L38: type PhoneExportedGroupCallInvite struct {
tl_phone_exported_group_call_invite_gen.go#L48: _ bin.Encoder = &PhoneExportedGroupCallInvite{}
tl_phone_exported_group_call_invite_gen.go#L49: _ bin.Decoder = &PhoneExportedGroupCallInvite{}
tl_phone_exported_group_call_invite_gen.go#L50: _ bin.BareEncoder = &PhoneExportedGroupCallInvite{}
tl_phone_exported_group_call_invite_gen.go#L51: _ bin.BareDecoder = &PhoneExportedGroupCallInvite{}
tl_phone_exported_group_call_invite_gen.go#L54: func (e *PhoneExportedGroupCallInvite) Zero() bool {
tl_phone_exported_group_call_invite_gen.go#L66: func (e *PhoneExportedGroupCallInvite) String() string {
tl_phone_exported_group_call_invite_gen.go#L70: type Alias PhoneExportedGroupCallInvite
tl_phone_exported_group_call_invite_gen.go#L75: func (e *PhoneExportedGroupCallInvite) FillFrom(from interface {
tl_phone_exported_group_call_invite_gen.go#L84: func (*PhoneExportedGroupCallInvite) TypeID() uint32 {
tl_phone_exported_group_call_invite_gen.go#L89: func (*PhoneExportedGroupCallInvite) TypeName() string {
tl_phone_exported_group_call_invite_gen.go#L94: func (e *PhoneExportedGroupCallInvite) TypeInfo() tdp.Type {
tl_phone_exported_group_call_invite_gen.go#L113: func (e *PhoneExportedGroupCallInvite) Encode(b *bin.Buffer) error {
tl_phone_exported_group_call_invite_gen.go#L122: func (e *PhoneExportedGroupCallInvite) EncodeBare(b *bin.Buffer) error {
tl_phone_exported_group_call_invite_gen.go#L131: func (e *PhoneExportedGroupCallInvite) Decode(b *bin.Buffer) error {
tl_phone_exported_group_call_invite_gen.go#L142: func (e *PhoneExportedGroupCallInvite) DecodeBare(b *bin.Buffer) error {
tl_phone_exported_group_call_invite_gen.go#L157: func (e *PhoneExportedGroupCallInvite) GetLink() (value string) {
tl_registry_gen.go#L4612: PhoneExportedGroupCallInviteTypeID: func() bin.Object { return &PhoneExportedGroupCallInvite{} },
tl_server_gen.go#L9022: func (s *ServerDispatcher) OnPhoneExportGroupCallInvite(f func(ctx context.Context, request *PhoneExportGroupCallInviteRequest) (*PhoneExportedGroupCallInvite, error)) {
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. |