type github.com/gotd/td/tg.BotsCheckDownloadFileParamsRequest
23 uses
github.com/gotd/td/tg (current package)
tl_bots_check_download_file_params_gen.go#L43: type BotsCheckDownloadFileParamsRequest struct {
tl_bots_check_download_file_params_gen.go#L66: _ bin.Encoder = &BotsCheckDownloadFileParamsRequest{}
tl_bots_check_download_file_params_gen.go#L67: _ bin.Decoder = &BotsCheckDownloadFileParamsRequest{}
tl_bots_check_download_file_params_gen.go#L68: _ bin.BareEncoder = &BotsCheckDownloadFileParamsRequest{}
tl_bots_check_download_file_params_gen.go#L69: _ bin.BareDecoder = &BotsCheckDownloadFileParamsRequest{}
tl_bots_check_download_file_params_gen.go#L72: func (c *BotsCheckDownloadFileParamsRequest) Zero() bool {
tl_bots_check_download_file_params_gen.go#L90: func (c *BotsCheckDownloadFileParamsRequest) String() string {
tl_bots_check_download_file_params_gen.go#L94: type Alias BotsCheckDownloadFileParamsRequest
tl_bots_check_download_file_params_gen.go#L99: func (c *BotsCheckDownloadFileParamsRequest) FillFrom(from interface {
tl_bots_check_download_file_params_gen.go#L112: func (*BotsCheckDownloadFileParamsRequest) TypeID() uint32 {
tl_bots_check_download_file_params_gen.go#L117: func (*BotsCheckDownloadFileParamsRequest) TypeName() string {
tl_bots_check_download_file_params_gen.go#L122: func (c *BotsCheckDownloadFileParamsRequest) TypeInfo() tdp.Type {
tl_bots_check_download_file_params_gen.go#L149: func (c *BotsCheckDownloadFileParamsRequest) Encode(b *bin.Buffer) error {
tl_bots_check_download_file_params_gen.go#L158: func (c *BotsCheckDownloadFileParamsRequest) EncodeBare(b *bin.Buffer) error {
tl_bots_check_download_file_params_gen.go#L174: func (c *BotsCheckDownloadFileParamsRequest) Decode(b *bin.Buffer) error {
tl_bots_check_download_file_params_gen.go#L185: func (c *BotsCheckDownloadFileParamsRequest) DecodeBare(b *bin.Buffer) error {
tl_bots_check_download_file_params_gen.go#L214: func (c *BotsCheckDownloadFileParamsRequest) GetBot() (value InputUserClass) {
tl_bots_check_download_file_params_gen.go#L222: func (c *BotsCheckDownloadFileParamsRequest) GetFileName() (value string) {
tl_bots_check_download_file_params_gen.go#L230: func (c *BotsCheckDownloadFileParamsRequest) GetURL() (value string) {
tl_bots_check_download_file_params_gen.go#L250: func (c *Client) BotsCheckDownloadFileParams(ctx context.Context, request *BotsCheckDownloadFileParamsRequest) (bool, error) {
tl_registry_gen.go#L7095: BotsCheckDownloadFileParamsRequestTypeID: func() bin.Object { return &BotsCheckDownloadFileParamsRequest{} },
tl_server_gen.go#L10425: func (s *ServerDispatcher) OnBotsCheckDownloadFileParams(f func(ctx context.Context, request *BotsCheckDownloadFileParamsRequest) (bool, error)) {
tl_server_gen.go#L10427: var request BotsCheckDownloadFileParamsRequest
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |