type github.com/gotd/td/tg.ContactsGetLocatedRequest
27 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_located_gen.go#L41: type ContactsGetLocatedRequest struct {
tl_contacts_get_located_gen.go#L67: _ bin.Encoder = &ContactsGetLocatedRequest{}
tl_contacts_get_located_gen.go#L68: _ bin.Decoder = &ContactsGetLocatedRequest{}
tl_contacts_get_located_gen.go#L69: _ bin.BareEncoder = &ContactsGetLocatedRequest{}
tl_contacts_get_located_gen.go#L70: _ bin.BareDecoder = &ContactsGetLocatedRequest{}
tl_contacts_get_located_gen.go#L73: func (g *ContactsGetLocatedRequest) Zero() bool {
tl_contacts_get_located_gen.go#L94: func (g *ContactsGetLocatedRequest) String() string {
tl_contacts_get_located_gen.go#L98: type Alias ContactsGetLocatedRequest
tl_contacts_get_located_gen.go#L103: func (g *ContactsGetLocatedRequest) FillFrom(from interface {
tl_contacts_get_located_gen.go#L119: func (*ContactsGetLocatedRequest) TypeID() uint32 {
tl_contacts_get_located_gen.go#L124: func (*ContactsGetLocatedRequest) TypeName() string {
tl_contacts_get_located_gen.go#L129: func (g *ContactsGetLocatedRequest) TypeInfo() tdp.Type {
tl_contacts_get_located_gen.go#L158: func (g *ContactsGetLocatedRequest) SetFlags() {
tl_contacts_get_located_gen.go#L168: func (g *ContactsGetLocatedRequest) Encode(b *bin.Buffer) error {
tl_contacts_get_located_gen.go#L177: func (g *ContactsGetLocatedRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_get_located_gen.go#L198: func (g *ContactsGetLocatedRequest) Decode(b *bin.Buffer) error {
tl_contacts_get_located_gen.go#L209: func (g *ContactsGetLocatedRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_get_located_gen.go#L237: func (g *ContactsGetLocatedRequest) SetBackground(value bool) {
tl_contacts_get_located_gen.go#L248: func (g *ContactsGetLocatedRequest) GetBackground() (value bool) {
tl_contacts_get_located_gen.go#L256: func (g *ContactsGetLocatedRequest) GetGeoPoint() (value InputGeoPointClass) {
tl_contacts_get_located_gen.go#L264: func (g *ContactsGetLocatedRequest) SetSelfExpires(value int) {
tl_contacts_get_located_gen.go#L271: func (g *ContactsGetLocatedRequest) GetSelfExpires() (value int, ok bool) {
tl_contacts_get_located_gen.go#L282: func (g *ContactsGetLocatedRequest) GetGeoPointAsNotEmpty() (*InputGeoPoint, bool) {
tl_contacts_get_located_gen.go#L299: func (c *Client) ContactsGetLocated(ctx context.Context, request *ContactsGetLocatedRequest) (UpdatesClass, error) {
tl_registry_gen.go#L4946: ContactsGetLocatedRequestTypeID: func() bin.Object { return &ContactsGetLocatedRequest{} },
tl_server_gen.go#L2579: func (s *ServerDispatcher) OnContactsGetLocated(f func(ctx context.Context, request *ContactsGetLocatedRequest) (UpdatesClass, error)) {
tl_server_gen.go#L2581: var request ContactsGetLocatedRequest
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. |