type github.com/gotd/td/tg.MessagesGetDocumentByHashRequest
23 uses
github.com/gotd/td/tg (current package)
tl_messages_get_document_by_hash_gen.go#L38: type MessagesGetDocumentByHashRequest struct {
tl_messages_get_document_by_hash_gen.go#L52: _ bin.Encoder = &MessagesGetDocumentByHashRequest{}
tl_messages_get_document_by_hash_gen.go#L53: _ bin.Decoder = &MessagesGetDocumentByHashRequest{}
tl_messages_get_document_by_hash_gen.go#L54: _ bin.BareEncoder = &MessagesGetDocumentByHashRequest{}
tl_messages_get_document_by_hash_gen.go#L55: _ bin.BareDecoder = &MessagesGetDocumentByHashRequest{}
tl_messages_get_document_by_hash_gen.go#L58: func (g *MessagesGetDocumentByHashRequest) Zero() bool {
tl_messages_get_document_by_hash_gen.go#L76: func (g *MessagesGetDocumentByHashRequest) String() string {
tl_messages_get_document_by_hash_gen.go#L80: type Alias MessagesGetDocumentByHashRequest
tl_messages_get_document_by_hash_gen.go#L85: func (g *MessagesGetDocumentByHashRequest) FillFrom(from interface {
tl_messages_get_document_by_hash_gen.go#L98: func (*MessagesGetDocumentByHashRequest) TypeID() uint32 {
tl_messages_get_document_by_hash_gen.go#L103: func (*MessagesGetDocumentByHashRequest) TypeName() string {
tl_messages_get_document_by_hash_gen.go#L108: func (g *MessagesGetDocumentByHashRequest) TypeInfo() tdp.Type {
tl_messages_get_document_by_hash_gen.go#L135: func (g *MessagesGetDocumentByHashRequest) Encode(b *bin.Buffer) error {
tl_messages_get_document_by_hash_gen.go#L144: func (g *MessagesGetDocumentByHashRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_get_document_by_hash_gen.go#L155: func (g *MessagesGetDocumentByHashRequest) Decode(b *bin.Buffer) error {
tl_messages_get_document_by_hash_gen.go#L166: func (g *MessagesGetDocumentByHashRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_get_document_by_hash_gen.go#L195: func (g *MessagesGetDocumentByHashRequest) GetSHA256() (value []byte) {
tl_messages_get_document_by_hash_gen.go#L203: func (g *MessagesGetDocumentByHashRequest) GetSize() (value int64) {
tl_messages_get_document_by_hash_gen.go#L211: func (g *MessagesGetDocumentByHashRequest) GetMimeType() (value string) {
tl_messages_get_document_by_hash_gen.go#L227: func (c *Client) MessagesGetDocumentByHash(ctx context.Context, request *MessagesGetDocumentByHashRequest) (DocumentClass, error) {
tl_registry_gen.go#L5002: MessagesGetDocumentByHashRequestTypeID: func() bin.Object { return &MessagesGetDocumentByHashRequest{} },
tl_server_gen.go#L3579: func (s *ServerDispatcher) OnMessagesGetDocumentByHash(f func(ctx context.Context, request *MessagesGetDocumentByHashRequest) (DocumentClass, error)) {
tl_server_gen.go#L3581: var request MessagesGetDocumentByHashRequest
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. |