type github.com/gotd/td/tg.InputUserClass
241 uses
github.com/gotd/td/tg (current package)
tl_bot_command_scope_gen.go#L745: UserID InputUserClass
tl_bot_command_scope_gen.go#L790: GetUserID() (value InputUserClass)
tl_bot_command_scope_gen.go#L902: func (b *BotCommandScopePeerUser) GetUserID() (value InputUserClass) {
tl_bots_allow_send_message_gen.go#L40: Bot InputUserClass
tl_bots_allow_send_message_gen.go#L76: GetBot() (value InputUserClass)
tl_bots_allow_send_message_gen.go#L162: func (a *BotsAllowSendMessageRequest) GetBot() (value InputUserClass) {
tl_bots_allow_send_message_gen.go#L177: func (c *Client) BotsAllowSendMessage(ctx context.Context, bot InputUserClass) (UpdatesClass, error) {
tl_bots_can_send_message_gen.go#L40: Bot InputUserClass
tl_bots_can_send_message_gen.go#L76: GetBot() (value InputUserClass)
tl_bots_can_send_message_gen.go#L162: func (c *BotsCanSendMessageRequest) GetBot() (value InputUserClass) {
tl_bots_can_send_message_gen.go#L177: func (c *Client) BotsCanSendMessage(ctx context.Context, bot InputUserClass) (bool, error) {
tl_bots_get_bot_info_gen.go#L48: Bot InputUserClass
tl_bots_get_bot_info_gen.go#L93: GetBot() (value InputUserClass, ok bool)
tl_bots_get_bot_info_gen.go#L215: func (g *BotsGetBotInfoRequest) SetBot(value InputUserClass) {
tl_bots_get_bot_info_gen.go#L222: func (g *BotsGetBotInfoRequest) GetBot() (value InputUserClass, ok bool) {
tl_bots_get_bot_menu_button_gen.go#L45: UserID InputUserClass
tl_bots_get_bot_menu_button_gen.go#L81: GetUserID() (value InputUserClass)
tl_bots_get_bot_menu_button_gen.go#L167: func (g *BotsGetBotMenuButtonRequest) GetUserID() (value InputUserClass) {
tl_bots_get_bot_menu_button_gen.go#L188: func (c *Client) BotsGetBotMenuButton(ctx context.Context, userid InputUserClass) (BotMenuButtonClass, error) {
tl_bots_invoke_web_view_custom_method_gen.go#L52: Bot InputUserClass
tl_bots_invoke_web_view_custom_method_gen.go#L98: GetBot() (value InputUserClass)
tl_bots_invoke_web_view_custom_method_gen.go#L212: func (i *BotsInvokeWebViewCustomMethodRequest) GetBot() (value InputUserClass) {
tl_bots_reorder_usernames_gen.go#L40: Bot InputUserClass
tl_bots_reorder_usernames_gen.go#L81: GetBot() (value InputUserClass)
tl_bots_reorder_usernames_gen.go#L194: func (r *BotsReorderUsernamesRequest) GetBot() (value InputUserClass) {
tl_bots_set_bot_info_gen.go#L48: Bot InputUserClass
tl_bots_set_bot_info_gen.go#L113: GetBot() (value InputUserClass, ok bool)
tl_bots_set_bot_info_gen.go#L304: func (s *BotsSetBotInfoRequest) SetBot(value InputUserClass) {
tl_bots_set_bot_info_gen.go#L311: func (s *BotsSetBotInfoRequest) GetBot() (value InputUserClass, ok bool) {
tl_bots_set_bot_menu_button_gen.go#L43: UserID InputUserClass
tl_bots_set_bot_menu_button_gen.go#L84: GetUserID() (value InputUserClass)
tl_bots_set_bot_menu_button_gen.go#L189: func (s *BotsSetBotMenuButtonRequest) GetUserID() (value InputUserClass) {
tl_bots_toggle_username_gen.go#L43: Bot InputUserClass
tl_bots_toggle_username_gen.go#L89: GetBot() (value InputUserClass)
tl_bots_toggle_username_gen.go#L203: func (t *BotsToggleUsernameRequest) GetBot() (value InputUserClass) {
tl_channels_edit_admin_gen.go#L48: UserID InputUserClass
tl_channels_edit_admin_gen.go#L98: GetUserID() (value InputUserClass)
tl_channels_edit_admin_gen.go#L238: func (e *ChannelsEditAdminRequest) GetUserID() (value InputUserClass) {
tl_channels_edit_creator_gen.go#L42: UserID InputUserClass
tl_channels_edit_creator_gen.go#L90: GetUserID() (value InputUserClass)
tl_channels_edit_creator_gen.go#L221: func (e *ChannelsEditCreatorRequest) GetUserID() (value InputUserClass) {
tl_channels_get_admin_log_gen.go#L58: Admins []InputUserClass
tl_channels_get_admin_log_gen.go#L133: GetAdmins() (value []InputUserClass, ok bool)
tl_channels_get_admin_log_gen.go#L314: g.Admins = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_channels_get_admin_log_gen.go#L383: func (g *ChannelsGetAdminLogRequest) SetAdmins(value []InputUserClass) {
tl_channels_get_admin_log_gen.go#L390: func (g *ChannelsGetAdminLogRequest) GetAdmins() (value []InputUserClass, ok bool) {
tl_channels_invite_to_channel_gen.go#L49: Users []InputUserClass
tl_channels_invite_to_channel_gen.go#L89: GetUsers() (value []InputUserClass)
tl_channels_invite_to_channel_gen.go#L192: i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_channels_invite_to_channel_gen.go#L214: func (i *ChannelsInviteToChannelRequest) GetUsers() (value []InputUserClass) {
tl_contacts_accept_contact_gen.go#L43: ID InputUserClass
tl_contacts_accept_contact_gen.go#L79: GetID() (value InputUserClass)
tl_contacts_accept_contact_gen.go#L165: func (a *ContactsAcceptContactRequest) GetID() (value InputUserClass) {
tl_contacts_accept_contact_gen.go#L186: func (c *Client) ContactsAcceptContact(ctx context.Context, id InputUserClass) (UpdatesClass, error) {
tl_contacts_add_contact_gen.go#L52: ID InputUserClass
tl_contacts_add_contact_gen.go#L111: GetID() (value InputUserClass)
tl_contacts_add_contact_gen.go#L281: func (a *ContactsAddContactRequest) GetID() (value InputUserClass) {
tl_contacts_delete_contacts_gen.go#L40: ID []InputUserClass
tl_contacts_delete_contacts_gen.go#L76: GetID() (value []InputUserClass)
tl_contacts_delete_contacts_gen.go#L161: d.ID = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_contacts_delete_contacts_gen.go#L175: func (d *ContactsDeleteContactsRequest) GetID() (value []InputUserClass) {
tl_contacts_delete_contacts_gen.go#L191: func (c *Client) ContactsDeleteContacts(ctx context.Context, id []InputUserClass) (UpdatesClass, error) {
tl_help_edit_user_info_gen.go#L40: UserID InputUserClass
tl_help_edit_user_info_gen.go#L89: GetUserID() (value InputUserClass)
tl_help_edit_user_info_gen.go#L221: func (e *HelpEditUserInfoRequest) GetUserID() (value InputUserClass) {
tl_help_get_user_info_gen.go#L40: UserID InputUserClass
tl_help_get_user_info_gen.go#L76: GetUserID() (value InputUserClass)
tl_help_get_user_info_gen.go#L162: func (g *HelpGetUserInfoRequest) GetUserID() (value InputUserClass) {
tl_help_get_user_info_gen.go#L177: func (c *Client) HelpGetUserInfo(ctx context.Context, userid InputUserClass) (HelpUserInfoClass, error) {
tl_input_bot_app_gen.go#L214: BotID InputUserClass
tl_input_bot_app_gen.go#L263: GetBotID() (value InputUserClass)
tl_input_bot_app_gen.go#L363: func (i *InputBotAppShortName) GetBotID() (value InputUserClass) {
tl_input_game_gen.go#L208: BotID InputUserClass
tl_input_game_gen.go#L257: GetBotID() (value InputUserClass)
tl_input_game_gen.go#L357: func (i *InputGameShortName) GetBotID() (value InputUserClass) {
tl_input_privacy_rule_gen.go#L244: Users []InputUserClass
tl_input_privacy_rule_gen.go#L285: GetUsers() (value []InputUserClass)
tl_input_privacy_rule_gen.go#L370: i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_input_privacy_rule_gen.go#L384: func (i *InputPrivacyValueAllowUsers) GetUsers() (value []InputUserClass) {
tl_input_privacy_rule_gen.go#L606: Users []InputUserClass
tl_input_privacy_rule_gen.go#L647: GetUsers() (value []InputUserClass)
tl_input_privacy_rule_gen.go#L732: i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_input_privacy_rule_gen.go#L746: func (i *InputPrivacyValueDisallowUsers) GetUsers() (value []InputUserClass) {
tl_input_reply_to_gen.go#L478: UserID InputUserClass
tl_input_reply_to_gen.go#L524: GetUserID() (value InputUserClass)
tl_input_reply_to_gen.go#L624: func (i *InputReplyToStory) GetUserID() (value InputUserClass) {
tl_input_store_payment_purpose_gen.go#L240: UserID InputUserClass
tl_input_store_payment_purpose_gen.go#L300: GetUserID() (value InputUserClass)
tl_input_store_payment_purpose_gen.go#L414: func (i *InputStorePaymentGiftPremium) GetUserID() (value InputUserClass) {
tl_input_store_payment_purpose_gen.go#L456: Users []InputUserClass
tl_input_store_payment_purpose_gen.go#L534: GetUsers() (value []InputUserClass)
tl_input_store_payment_purpose_gen.go#L667: i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_input_store_payment_purpose_gen.go#L702: func (i *InputStorePaymentPremiumGiftCode) GetUsers() (value []InputUserClass) {
tl_input_user_gen.go#L45: func (i InputUserEmpty) construct() InputUserClass { return &i }
tl_input_user_gen.go#L54: _ InputUserClass = &InputUserEmpty{}
tl_input_user_gen.go#L147: func (i InputUserSelf) construct() InputUserClass { return &i }
tl_input_user_gen.go#L156: _ InputUserClass = &InputUserSelf{}
tl_input_user_gen.go#L256: func (i InputUser) construct() InputUserClass { return &i }
tl_input_user_gen.go#L265: _ InputUserClass = &InputUser{}
tl_input_user_gen.go#L423: func (i InputUserFromMessage) construct() InputUserClass { return &i }
tl_input_user_gen.go#L432: _ InputUserClass = &InputUserFromMessage{}
tl_input_user_gen.go#L620: type InputUserClass interface {
tl_input_user_gen.go#L625: construct() InputUserClass
tl_input_user_gen.go#L640: func DecodeInputUser(buf *bin.Buffer) (InputUserClass, error) {
tl_input_user_gen.go#L681: InputUser InputUserClass
tl_input_user_slices_gen.go#L38: type InputUserClassArray []InputUserClass
tl_input_user_slices_gen.go#L41: func (s InputUserClassArray) Sort(less func(a, b InputUserClass) bool) InputUserClassArray {
tl_input_user_slices_gen.go#L49: func (s InputUserClassArray) SortStable(less func(a, b InputUserClass) bool) InputUserClassArray {
tl_input_user_slices_gen.go#L57: func (s InputUserClassArray) Retain(keep func(x InputUserClass) bool) InputUserClassArray {
tl_input_user_slices_gen.go#L71: func (s InputUserClassArray) First() (v InputUserClass, ok bool) {
tl_input_user_slices_gen.go#L79: func (s InputUserClassArray) Last() (v InputUserClass, ok bool) {
tl_input_user_slices_gen.go#L87: func (s *InputUserClassArray) PopFirst() (v InputUserClass, ok bool) {
tl_input_user_slices_gen.go#L97: var zero InputUserClass
tl_input_user_slices_gen.go#L106: func (s *InputUserClassArray) Pop() (v InputUserClass, ok bool) {
tl_keyboard_button_gen.go#L1723: Bot InputUserClass
tl_keyboard_button_gen.go#L1783: GetBot() (value InputUserClass)
tl_keyboard_button_gen.go#L1993: func (i *InputKeyboardButtonURLAuth) GetBot() (value InputUserClass) {
tl_keyboard_button_gen.go#L2213: UserID InputUserClass
tl_keyboard_button_gen.go#L2258: GetUserID() (value InputUserClass)
tl_keyboard_button_gen.go#L2365: func (i *InputKeyboardButtonUserProfile) GetUserID() (value InputUserClass) {
tl_message_entity_gen.go#L2182: UserID InputUserClass
tl_message_entity_gen.go#L2231: GetUserID() (value InputUserClass)
tl_message_entity_gen.go#L2359: func (i *InputMessageEntityMentionName) GetUserID() (value InputUserClass) {
tl_messages_add_chat_user_gen.go#L49: UserID InputUserClass
tl_messages_add_chat_user_gen.go#L94: GetUserID() (value InputUserClass)
tl_messages_add_chat_user_gen.go#L215: func (a *MessagesAddChatUserRequest) GetUserID() (value InputUserClass) {
tl_messages_create_chat_gen.go#L52: Users []InputUserClass
tl_messages_create_chat_gen.go#L108: GetUsers() (value []InputUserClass)
tl_messages_create_chat_gen.go#L229: c.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_create_chat_gen.go#L257: func (c *MessagesCreateChatRequest) GetUsers() (value []InputUserClass) {
tl_messages_delete_chat_user_gen.go#L49: UserID InputUserClass
tl_messages_delete_chat_user_gen.go#L96: GetUserID() (value InputUserClass)
tl_messages_delete_chat_user_gen.go#L245: func (d *MessagesDeleteChatUserRequest) GetUserID() (value InputUserClass) {
tl_messages_delete_revoked_exported_chat_invites_gen.go#L42: AdminID InputUserClass
tl_messages_delete_revoked_exported_chat_invites_gen.go#L82: GetAdminID() (value InputUserClass)
tl_messages_delete_revoked_exported_chat_invites_gen.go#L194: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) GetAdminID() (value InputUserClass) {
tl_messages_edit_chat_admin_gen.go#L45: UserID InputUserClass
tl_messages_edit_chat_admin_gen.go#L90: GetUserID() (value InputUserClass)
tl_messages_edit_chat_admin_gen.go#L211: func (e *MessagesEditChatAdminRequest) GetUserID() (value InputUserClass) {
tl_messages_get_attach_menu_bot_gen.go#L44: Bot InputUserClass
tl_messages_get_attach_menu_bot_gen.go#L80: GetBot() (value InputUserClass)
tl_messages_get_attach_menu_bot_gen.go#L166: func (g *MessagesGetAttachMenuBotRequest) GetBot() (value InputUserClass) {
tl_messages_get_attach_menu_bot_gen.go#L185: func (c *Client) MessagesGetAttachMenuBot(ctx context.Context, bot InputUserClass) (*AttachMenuBotsBot, error) {
tl_messages_get_chat_invite_importers_gen.go#L72: OffsetUser InputUserClass
tl_messages_get_chat_invite_importers_gen.go#L139: GetOffsetUser() (value InputUserClass)
tl_messages_get_chat_invite_importers_gen.go#L408: func (g *MessagesGetChatInviteImportersRequest) GetOffsetUser() (value InputUserClass) {
tl_messages_get_common_chats_gen.go#L40: UserID InputUserClass
tl_messages_get_common_chats_gen.go#L92: GetUserID() (value InputUserClass)
tl_messages_get_common_chats_gen.go#L206: func (g *MessagesGetCommonChatsRequest) GetUserID() (value InputUserClass) {
tl_messages_get_exported_chat_invites_gen.go#L49: AdminID InputUserClass
tl_messages_get_exported_chat_invites_gen.go#L124: GetAdminID() (value InputUserClass)
tl_messages_get_exported_chat_invites_gen.go#L338: func (g *MessagesGetExportedChatInvitesRequest) GetAdminID() (value InputUserClass) {
tl_messages_get_game_high_scores_gen.go#L44: UserID InputUserClass
tl_messages_get_game_high_scores_gen.go#L88: GetUserID() (value InputUserClass)
tl_messages_get_game_high_scores_gen.go#L221: func (g *MessagesGetGameHighScoresRequest) GetUserID() (value InputUserClass) {
tl_messages_get_inline_bot_results_gen.go#L45: Bot InputUserClass
tl_messages_get_inline_bot_results_gen.go#L106: GetBot() (value InputUserClass)
tl_messages_get_inline_bot_results_gen.go#L280: func (g *MessagesGetInlineBotResultsRequest) GetBot() (value InputUserClass) {
tl_messages_get_inline_game_high_scores_gen.go#L42: UserID InputUserClass
tl_messages_get_inline_game_high_scores_gen.go#L82: GetUserID() (value InputUserClass)
tl_messages_get_inline_game_high_scores_gen.go#L194: func (g *MessagesGetInlineGameHighScoresRequest) GetUserID() (value InputUserClass) {
tl_messages_hide_chat_join_request_gen.go#L58: UserID InputUserClass
tl_messages_hide_chat_join_request_gen.go#L105: GetUserID() (value InputUserClass)
tl_messages_hide_chat_join_request_gen.go#L259: func (h *MessagesHideChatJoinRequestRequest) GetUserID() (value InputUserClass) {
tl_messages_prolong_web_view_gen.go#L58: Bot InputUserClass
tl_messages_prolong_web_view_gen.go#L132: GetBot() (value InputUserClass)
tl_messages_prolong_web_view_gen.go#L356: func (p *MessagesProlongWebViewRequest) GetBot() (value InputUserClass) {
tl_messages_request_encryption_gen.go#L40: UserID InputUserClass
tl_messages_request_encryption_gen.go#L90: GetUserID() (value InputUserClass)
tl_messages_request_encryption_gen.go#L204: func (r *MessagesRequestEncryptionRequest) GetUserID() (value InputUserClass) {
tl_messages_request_simple_web_view_gen.go#L61: Bot InputUserClass
tl_messages_request_simple_web_view_gen.go#L140: GetBot() (value InputUserClass)
tl_messages_request_simple_web_view_gen.go#L380: func (r *MessagesRequestSimpleWebViewRequest) GetBot() (value InputUserClass) {
tl_messages_request_web_view_gen.go#L72: Bot InputUserClass
tl_messages_request_web_view_gen.go#L179: GetBot() (value InputUserClass)
tl_messages_request_web_view_gen.go#L501: func (r *MessagesRequestWebViewRequest) GetBot() (value InputUserClass) {
tl_messages_send_web_view_data_gen.go#L44: Bot InputUserClass
tl_messages_send_web_view_data_gen.go#L101: GetBot() (value InputUserClass)
tl_messages_send_web_view_data_gen.go#L229: func (s *MessagesSendWebViewDataRequest) GetBot() (value InputUserClass) {
tl_messages_set_game_score_gen.go#L56: UserID InputUserClass
tl_messages_set_game_score_gen.go#L116: GetUserID() (value InputUserClass)
tl_messages_set_game_score_gen.go#L334: func (s *MessagesSetGameScoreRequest) GetUserID() (value InputUserClass) {
tl_messages_set_inline_game_score_gen.go#L54: UserID InputUserClass
tl_messages_set_inline_game_score_gen.go#L110: GetUserID() (value InputUserClass)
tl_messages_set_inline_game_score_gen.go#L307: func (s *MessagesSetInlineGameScoreRequest) GetUserID() (value InputUserClass) {
tl_messages_start_bot_gen.go#L43: Bot InputUserClass
tl_messages_start_bot_gen.go#L97: GetBot() (value InputUserClass)
tl_messages_start_bot_gen.go#L230: func (s *MessagesStartBotRequest) GetBot() (value InputUserClass) {
tl_messages_toggle_bot_in_attach_menu_gen.go#L54: Bot InputUserClass
tl_messages_toggle_bot_in_attach_menu_gen.go#L102: GetBot() (value InputUserClass)
tl_messages_toggle_bot_in_attach_menu_gen.go#L244: func (t *MessagesToggleBotInAttachMenuRequest) GetBot() (value InputUserClass) {
tl_phone_invite_to_group_call_gen.go#L42: Users []InputUserClass
tl_phone_invite_to_group_call_gen.go#L82: GetUsers() (value []InputUserClass)
tl_phone_invite_to_group_call_gen.go#L180: i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_invite_to_group_call_gen.go#L202: func (i *PhoneInviteToGroupCallRequest) GetUsers() (value []InputUserClass) {
tl_phone_request_call_gen.go#L47: UserID InputUserClass
tl_phone_request_call_gen.go#L108: GetUserID() (value InputUserClass)
tl_phone_request_call_gen.go#L278: func (r *PhoneRequestCallRequest) GetUserID() (value InputUserClass) {
tl_photos_get_user_photos_gen.go#L40: UserID InputUserClass
tl_photos_get_user_photos_gen.go#L98: GetUserID() (value InputUserClass)
tl_photos_get_user_photos_gen.go#L226: func (g *PhotosGetUserPhotosRequest) GetUserID() (value InputUserClass) {
tl_photos_update_profile_photo_gen.go#L51: Bot InputUserClass
tl_photos_update_profile_photo_gen.go#L99: GetBot() (value InputUserClass, ok bool)
tl_photos_update_profile_photo_gen.go#L255: func (u *PhotosUpdateProfilePhotoRequest) SetBot(value InputUserClass) {
tl_photos_update_profile_photo_gen.go#L262: func (u *PhotosUpdateProfilePhotoRequest) GetBot() (value InputUserClass, ok bool) {
tl_photos_upload_contact_profile_photo_gen.go#L62: UserID InputUserClass
tl_photos_upload_contact_profile_photo_gen.go#L147: GetUserID() (value InputUserClass)
tl_photos_upload_contact_profile_photo_gen.go#L411: func (u *PhotosUploadContactProfilePhotoRequest) GetUserID() (value InputUserClass) {
tl_photos_upload_profile_photo_gen.go#L52: Bot InputUserClass
tl_photos_upload_profile_photo_gen.go#L133: GetBot() (value InputUserClass, ok bool)
tl_photos_upload_profile_photo_gen.go#L377: func (u *PhotosUploadProfilePhotoRequest) SetBot(value InputUserClass) {
tl_photos_upload_profile_photo_gen.go#L384: func (u *PhotosUploadProfilePhotoRequest) GetBot() (value InputUserClass, ok bool) {
tl_premium_get_user_boosts_gen.go#L43: UserID InputUserClass
tl_premium_get_user_boosts_gen.go#L83: GetUserID() (value InputUserClass)
tl_premium_get_user_boosts_gen.go#L195: func (g *PremiumGetUserBoostsRequest) GetUserID() (value InputUserClass) {
tl_server_gen.go#L2194: func (s *ServerDispatcher) OnUsersGetUsers(f func(ctx context.Context, id []InputUserClass) ([]UserClass, error)) {
tl_server_gen.go#L2211: func (s *ServerDispatcher) OnUsersGetFullUser(f func(ctx context.Context, id InputUserClass) (*UsersUserFull, error)) {
tl_server_gen.go#L2317: func (s *ServerDispatcher) OnContactsDeleteContacts(f func(ctx context.Context, id []InputUserClass) (UpdatesClass, error)) {
tl_server_gen.go#L2562: func (s *ServerDispatcher) OnContactsAcceptContact(f func(ctx context.Context, id InputUserClass) (UpdatesClass, error)) {
tl_server_gen.go#L5561: func (s *ServerDispatcher) OnMessagesGetAttachMenuBot(f func(ctx context.Context, bot InputUserClass) (*AttachMenuBotsBot, error)) {
tl_server_gen.go#L6629: func (s *ServerDispatcher) OnHelpGetUserInfo(f func(ctx context.Context, userid InputUserClass) (HelpUserInfoClass, error)) {
tl_server_gen.go#L7984: func (s *ServerDispatcher) OnBotsGetBotMenuButton(f func(ctx context.Context, userid InputUserClass) (BotMenuButtonClass, error)) {
tl_server_gen.go#L8123: func (s *ServerDispatcher) OnBotsCanSendMessage(f func(ctx context.Context, bot InputUserClass) (bool, error)) {
tl_server_gen.go#L8144: func (s *ServerDispatcher) OnBotsAllowSendMessage(f func(ctx context.Context, bot InputUserClass) (UpdatesClass, error)) {
tl_stickers_create_sticker_set_gen.go#L61: UserID InputUserClass
tl_stickers_create_sticker_set_gen.go#L159: GetUserID() (value InputUserClass)
tl_stickers_create_sticker_set_gen.go#L511: func (c *StickersCreateStickerSetRequest) GetUserID() (value InputUserClass) {
tl_users_get_full_user_gen.go#L40: ID InputUserClass
tl_users_get_full_user_gen.go#L76: GetID() (value InputUserClass)
tl_users_get_full_user_gen.go#L162: func (g *UsersGetFullUserRequest) GetID() (value InputUserClass) {
tl_users_get_full_user_gen.go#L181: func (c *Client) UsersGetFullUser(ctx context.Context, id InputUserClass) (*UsersUserFull, error) {
tl_users_get_users_gen.go#L40: ID []InputUserClass
tl_users_get_users_gen.go#L76: GetID() (value []InputUserClass)
tl_users_get_users_gen.go#L161: g.ID = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_users_get_users_gen.go#L175: func (g *UsersGetUsersRequest) GetID() (value []InputUserClass) {
tl_users_get_users_gen.go#L200: func (c *Client) UsersGetUsers(ctx context.Context, id []InputUserClass) ([]UserClass, error) {
tl_users_set_secure_value_errors_gen.go#L49: ID InputUserClass
tl_users_set_secure_value_errors_gen.go#L90: GetID() (value InputUserClass)
tl_users_set_secure_value_errors_gen.go#L208: func (s *UsersSetSecureValueErrorsRequest) GetID() (value InputUserClass) {
github.com/gotd/td/telegram
self.go#L15: users, err := c.tg.UsersGetUsers(ctx, []tg.InputUserClass{&tg.InputUserSelf{}})
github.com/gotd/td/telegram/auth
self.go#L15: users, err := c.api.UsersGetUsers(ctx, []tg.InputUserClass{&tg.InputUserSelf{}})
|
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. |