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

22 uses

	github.com/gotd/td/tg (current package)
		tl_messages_get_inline_game_high_scores_gen.go#L38: type MessagesGetInlineGameHighScoresRequest struct {
		tl_messages_get_inline_game_high_scores_gen.go#L50: 	_ bin.Encoder     = &MessagesGetInlineGameHighScoresRequest{}
		tl_messages_get_inline_game_high_scores_gen.go#L51: 	_ bin.Decoder     = &MessagesGetInlineGameHighScoresRequest{}
		tl_messages_get_inline_game_high_scores_gen.go#L52: 	_ bin.BareEncoder = &MessagesGetInlineGameHighScoresRequest{}
		tl_messages_get_inline_game_high_scores_gen.go#L53: 	_ bin.BareDecoder = &MessagesGetInlineGameHighScoresRequest{}
		tl_messages_get_inline_game_high_scores_gen.go#L56: func (g *MessagesGetInlineGameHighScoresRequest) Zero() bool {
		tl_messages_get_inline_game_high_scores_gen.go#L71: func (g *MessagesGetInlineGameHighScoresRequest) String() string {
		tl_messages_get_inline_game_high_scores_gen.go#L75: 	type Alias MessagesGetInlineGameHighScoresRequest
		tl_messages_get_inline_game_high_scores_gen.go#L80: func (g *MessagesGetInlineGameHighScoresRequest) FillFrom(from interface {
		tl_messages_get_inline_game_high_scores_gen.go#L91: func (*MessagesGetInlineGameHighScoresRequest) TypeID() uint32 {
		tl_messages_get_inline_game_high_scores_gen.go#L96: func (*MessagesGetInlineGameHighScoresRequest) TypeName() string {
		tl_messages_get_inline_game_high_scores_gen.go#L101: func (g *MessagesGetInlineGameHighScoresRequest) TypeInfo() tdp.Type {
		tl_messages_get_inline_game_high_scores_gen.go#L124: func (g *MessagesGetInlineGameHighScoresRequest) Encode(b *bin.Buffer) error {
		tl_messages_get_inline_game_high_scores_gen.go#L133: func (g *MessagesGetInlineGameHighScoresRequest) EncodeBare(b *bin.Buffer) error {
		tl_messages_get_inline_game_high_scores_gen.go#L153: func (g *MessagesGetInlineGameHighScoresRequest) Decode(b *bin.Buffer) error {
		tl_messages_get_inline_game_high_scores_gen.go#L164: func (g *MessagesGetInlineGameHighScoresRequest) DecodeBare(b *bin.Buffer) error {
		tl_messages_get_inline_game_high_scores_gen.go#L186: func (g *MessagesGetInlineGameHighScoresRequest) GetID() (value InputBotInlineMessageIDClass) {
		tl_messages_get_inline_game_high_scores_gen.go#L194: func (g *MessagesGetInlineGameHighScoresRequest) GetUserID() (value InputUserClass) {
		tl_messages_get_inline_game_high_scores_gen.go#L211: func (c *Client) MessagesGetInlineGameHighScores(ctx context.Context, request *MessagesGetInlineGameHighScoresRequest) (*MessagesHighScores, error) {
		tl_registry_gen.go#L5027: 		MessagesGetInlineGameHighScoresRequestTypeID:                            func() bin.Object { return &MessagesGetInlineGameHighScoresRequest{} },
		tl_server_gen.go#L4040: func (s *ServerDispatcher) OnMessagesGetInlineGameHighScores(f func(ctx context.Context, request *MessagesGetInlineGameHighScoresRequest) (*MessagesHighScores, error)) {
		tl_server_gen.go#L4042: 		var request MessagesGetInlineGameHighScoresRequest