type github.com/gotd/td/tg.MessagesGetRecentLocationsRequest
23 uses
github.com/gotd/td/tg (current package)
tl_messages_get_recent_locations_gen.go#L38: type MessagesGetRecentLocationsRequest struct {
tl_messages_get_recent_locations_gen.go#L58: _ bin.Encoder = &MessagesGetRecentLocationsRequest{}
tl_messages_get_recent_locations_gen.go#L59: _ bin.Decoder = &MessagesGetRecentLocationsRequest{}
tl_messages_get_recent_locations_gen.go#L60: _ bin.BareEncoder = &MessagesGetRecentLocationsRequest{}
tl_messages_get_recent_locations_gen.go#L61: _ bin.BareDecoder = &MessagesGetRecentLocationsRequest{}
tl_messages_get_recent_locations_gen.go#L64: func (g *MessagesGetRecentLocationsRequest) Zero() bool {
tl_messages_get_recent_locations_gen.go#L82: func (g *MessagesGetRecentLocationsRequest) String() string {
tl_messages_get_recent_locations_gen.go#L86: type Alias MessagesGetRecentLocationsRequest
tl_messages_get_recent_locations_gen.go#L91: func (g *MessagesGetRecentLocationsRequest) FillFrom(from interface {
tl_messages_get_recent_locations_gen.go#L104: func (*MessagesGetRecentLocationsRequest) TypeID() uint32 {
tl_messages_get_recent_locations_gen.go#L109: func (*MessagesGetRecentLocationsRequest) TypeName() string {
tl_messages_get_recent_locations_gen.go#L114: func (g *MessagesGetRecentLocationsRequest) TypeInfo() tdp.Type {
tl_messages_get_recent_locations_gen.go#L141: func (g *MessagesGetRecentLocationsRequest) Encode(b *bin.Buffer) error {
tl_messages_get_recent_locations_gen.go#L150: func (g *MessagesGetRecentLocationsRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_get_recent_locations_gen.go#L166: func (g *MessagesGetRecentLocationsRequest) Decode(b *bin.Buffer) error {
tl_messages_get_recent_locations_gen.go#L177: func (g *MessagesGetRecentLocationsRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_get_recent_locations_gen.go#L206: func (g *MessagesGetRecentLocationsRequest) GetPeer() (value InputPeerClass) {
tl_messages_get_recent_locations_gen.go#L214: func (g *MessagesGetRecentLocationsRequest) GetLimit() (value int) {
tl_messages_get_recent_locations_gen.go#L222: func (g *MessagesGetRecentLocationsRequest) GetHash() (value int64) {
tl_messages_get_recent_locations_gen.go#L233: func (c *Client) MessagesGetRecentLocations(ctx context.Context, request *MessagesGetRecentLocationsRequest) (MessagesMessagesClass, error) {
tl_registry_gen.go#L5041: MessagesGetRecentLocationsRequestTypeID: func() bin.Object { return &MessagesGetRecentLocationsRequest{} },
tl_server_gen.go#L4298: func (s *ServerDispatcher) OnMessagesGetRecentLocations(f func(ctx context.Context, request *MessagesGetRecentLocationsRequest) (MessagesMessagesClass, error)) {
tl_server_gen.go#L4300: var request MessagesGetRecentLocationsRequest
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. |