type github.com/gotd/td/tg.InputDocument
67 uses
github.com/gotd/td/tg (current package)
tl_account_create_theme_gen.go#L335: func (c *AccountCreateThemeRequest) GetDocumentAsNotEmpty() (*InputDocument, bool) {
tl_account_save_ringtone_gen.go#L211: func (s *AccountSaveRingtoneRequest) GetIDAsNotEmpty() (*InputDocument, bool) {
tl_account_update_theme_gen.go#L431: func (u *AccountUpdateThemeRequest) GetDocumentAsNotEmpty() (*InputDocument, bool) {
tl_document_gen.go#L742: func (d *Document) AsInput() *InputDocument {
tl_document_gen.go#L743: value := new(InputDocument)
tl_input_document_gen.go#L140: type InputDocument struct {
tl_input_document_gen.go#L159: func (i InputDocument) construct() InputDocumentClass { return &i }
tl_input_document_gen.go#L163: _ bin.Encoder = &InputDocument{}
tl_input_document_gen.go#L164: _ bin.Decoder = &InputDocument{}
tl_input_document_gen.go#L165: _ bin.BareEncoder = &InputDocument{}
tl_input_document_gen.go#L166: _ bin.BareDecoder = &InputDocument{}
tl_input_document_gen.go#L168: _ InputDocumentClass = &InputDocument{}
tl_input_document_gen.go#L171: func (i *InputDocument) Zero() bool {
tl_input_document_gen.go#L189: func (i *InputDocument) String() string {
tl_input_document_gen.go#L193: type Alias InputDocument
tl_input_document_gen.go#L198: func (i *InputDocument) FillFrom(from interface {
tl_input_document_gen.go#L211: func (*InputDocument) TypeID() uint32 {
tl_input_document_gen.go#L216: func (*InputDocument) TypeName() string {
tl_input_document_gen.go#L221: func (i *InputDocument) TypeInfo() tdp.Type {
tl_input_document_gen.go#L248: func (i *InputDocument) Encode(b *bin.Buffer) error {
tl_input_document_gen.go#L257: func (i *InputDocument) EncodeBare(b *bin.Buffer) error {
tl_input_document_gen.go#L268: func (i *InputDocument) Decode(b *bin.Buffer) error {
tl_input_document_gen.go#L279: func (i *InputDocument) DecodeBare(b *bin.Buffer) error {
tl_input_document_gen.go#L308: func (i *InputDocument) GetID() (value int64) {
tl_input_document_gen.go#L316: func (i *InputDocument) GetAccessHash() (value int64) {
tl_input_document_gen.go#L324: func (i *InputDocument) GetFileReference() (value []byte) {
tl_input_document_gen.go#L368: AsNotEmpty() (*InputDocument, bool)
tl_input_document_gen.go#L372: func (i *InputDocument) AsInputDocumentFileLocation() *InputDocumentFileLocation {
tl_input_document_gen.go#L382: func (i *InputDocumentEmpty) AsNotEmpty() (*InputDocument, bool) {
tl_input_document_gen.go#L387: func (i *InputDocument) AsNotEmpty() (*InputDocument, bool) {
tl_input_document_gen.go#L407: v := InputDocument{}
tl_input_document_slices_gen.go#L122: value, ok := elem.(*InputDocument)
tl_input_document_slices_gen.go#L133: func (s InputDocumentClassArray) FillNotEmptyMap(to map[int64]*InputDocument) {
tl_input_document_slices_gen.go#L144: func (s InputDocumentClassArray) NotEmptyToMap() map[int64]*InputDocument {
tl_input_document_slices_gen.go#L145: r := make(map[int64]*InputDocument, len(s))
tl_input_document_slices_gen.go#L152: func (s InputDocumentClassArray) AppendOnlyNotEmpty(to []*InputDocument) []*InputDocument {
tl_input_document_slices_gen.go#L165: func (s InputDocumentClassArray) AsNotEmpty() (to []*InputDocument) {
tl_input_document_slices_gen.go#L170: func (s InputDocumentClassArray) FirstAsNotEmpty() (v *InputDocument, ok bool) {
tl_input_document_slices_gen.go#L179: func (s InputDocumentClassArray) LastAsNotEmpty() (v *InputDocument, ok bool) {
tl_input_document_slices_gen.go#L188: func (s *InputDocumentClassArray) PopFirstAsNotEmpty() (v *InputDocument, ok bool) {
tl_input_document_slices_gen.go#L197: func (s *InputDocumentClassArray) PopAsNotEmpty() (v *InputDocument, ok bool) {
tl_input_document_slices_gen.go#L206: type InputDocumentArray []InputDocument
tl_input_document_slices_gen.go#L209: func (s InputDocumentArray) Sort(less func(a, b InputDocument) bool) InputDocumentArray {
tl_input_document_slices_gen.go#L217: func (s InputDocumentArray) SortStable(less func(a, b InputDocument) bool) InputDocumentArray {
tl_input_document_slices_gen.go#L225: func (s InputDocumentArray) Retain(keep func(x InputDocument) bool) InputDocumentArray {
tl_input_document_slices_gen.go#L239: func (s InputDocumentArray) First() (v InputDocument, ok bool) {
tl_input_document_slices_gen.go#L247: func (s InputDocumentArray) Last() (v InputDocument, ok bool) {
tl_input_document_slices_gen.go#L255: func (s *InputDocumentArray) PopFirst() (v InputDocument, ok bool) {
tl_input_document_slices_gen.go#L265: var zero InputDocument
tl_input_document_slices_gen.go#L274: func (s *InputDocumentArray) Pop() (v InputDocument, ok bool) {
tl_input_document_slices_gen.go#L289: return s.Sort(func(a, b InputDocument) bool {
tl_input_document_slices_gen.go#L296: return s.SortStable(func(a, b InputDocument) bool {
tl_input_document_slices_gen.go#L302: func (s InputDocumentArray) FillMap(to map[int64]InputDocument) {
tl_input_document_slices_gen.go#L309: func (s InputDocumentArray) ToMap() map[int64]InputDocument {
tl_input_document_slices_gen.go#L310: r := make(map[int64]InputDocument, len(s))
tl_input_sticker_set_item_gen.go#L314: func (i *InputStickerSetItem) GetDocumentAsNotEmpty() (*InputDocument, bool) {
tl_messages_fave_sticker_gen.go#L197: func (f *MessagesFaveStickerRequest) GetIDAsNotEmpty() (*InputDocument, bool) {
tl_messages_save_gif_gen.go#L197: func (s *MessagesSaveGifRequest) GetIDAsNotEmpty() (*InputDocument, bool) {
tl_messages_save_recent_sticker_gen.go#L253: func (s *MessagesSaveRecentStickerRequest) GetIDAsNotEmpty() (*InputDocument, bool) {
tl_registry_gen.go#L3992: InputDocumentTypeID: func() bin.Object { return &InputDocument{} },
tl_stickers_change_sticker_gen.go#L342: func (c *StickersChangeStickerRequest) GetStickerAsNotEmpty() (*InputDocument, bool) {
tl_stickers_change_sticker_position_gen.go#L198: func (c *StickersChangeStickerPositionRequest) GetStickerAsNotEmpty() (*InputDocument, bool) {
tl_stickers_create_sticker_set_gen.go#L580: func (c *StickersCreateStickerSetRequest) GetThumbAsNotEmpty() (*InputDocument, bool) {
tl_stickers_remove_sticker_from_set_gen.go#L171: func (r *StickersRemoveStickerFromSetRequest) GetStickerAsNotEmpty() (*InputDocument, bool) {
tl_stickers_set_sticker_set_thumb_gen.go#L297: func (s *StickersSetStickerSetThumbRequest) GetThumbAsNotEmpty() (*InputDocument, bool) {
|
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. |