type github.com/gotd/td/tg.InputMediaDocument
42 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L1864: type InputMediaDocument struct {
tl_input_media_gen.go#L1897: func (i InputMediaDocument) construct() InputMediaClass { return &i }
tl_input_media_gen.go#L1901: _ bin.Encoder = &InputMediaDocument{}
tl_input_media_gen.go#L1902: _ bin.Decoder = &InputMediaDocument{}
tl_input_media_gen.go#L1903: _ bin.BareEncoder = &InputMediaDocument{}
tl_input_media_gen.go#L1904: _ bin.BareDecoder = &InputMediaDocument{}
tl_input_media_gen.go#L1906: _ InputMediaClass = &InputMediaDocument{}
tl_input_media_gen.go#L1909: func (i *InputMediaDocument) Zero() bool {
tl_input_media_gen.go#L1939: func (i *InputMediaDocument) String() string {
tl_input_media_gen.go#L1943: type Alias InputMediaDocument
tl_input_media_gen.go#L1948: func (i *InputMediaDocument) FillFrom(from interface {
tl_input_media_gen.go#L1979: func (*InputMediaDocument) TypeID() uint32 {
tl_input_media_gen.go#L1984: func (*InputMediaDocument) TypeName() string {
tl_input_media_gen.go#L1989: func (i *InputMediaDocument) TypeInfo() tdp.Type {
tl_input_media_gen.go#L2033: func (i *InputMediaDocument) SetFlags() {
tl_input_media_gen.go#L2052: func (i *InputMediaDocument) Encode(b *bin.Buffer) error {
tl_input_media_gen.go#L2061: func (i *InputMediaDocument) EncodeBare(b *bin.Buffer) error {
tl_input_media_gen.go#L2096: func (i *InputMediaDocument) Decode(b *bin.Buffer) error {
tl_input_media_gen.go#L2107: func (i *InputMediaDocument) DecodeBare(b *bin.Buffer) error {
tl_input_media_gen.go#L2156: func (i *InputMediaDocument) SetSpoiler(value bool) {
tl_input_media_gen.go#L2167: func (i *InputMediaDocument) GetSpoiler() (value bool) {
tl_input_media_gen.go#L2175: func (i *InputMediaDocument) GetID() (value InputDocumentClass) {
tl_input_media_gen.go#L2183: func (i *InputMediaDocument) SetVideoCover(value InputPhotoClass) {
tl_input_media_gen.go#L2190: func (i *InputMediaDocument) GetVideoCover() (value InputPhotoClass, ok bool) {
tl_input_media_gen.go#L2201: func (i *InputMediaDocument) SetVideoTimestamp(value int) {
tl_input_media_gen.go#L2208: func (i *InputMediaDocument) GetVideoTimestamp() (value int, ok bool) {
tl_input_media_gen.go#L2219: func (i *InputMediaDocument) SetTTLSeconds(value int) {
tl_input_media_gen.go#L2226: func (i *InputMediaDocument) GetTTLSeconds() (value int, ok bool) {
tl_input_media_gen.go#L2237: func (i *InputMediaDocument) SetQuery(value string) {
tl_input_media_gen.go#L2244: func (i *InputMediaDocument) GetQuery() (value string, ok bool) {
tl_input_media_gen.go#L5814: v := InputMediaDocument{}
tl_input_media_slices_gen.go#L187: value, ok := elem.(*InputMediaDocument)
tl_input_media_slices_gen.go#L777: type InputMediaDocumentArray []InputMediaDocument
tl_input_media_slices_gen.go#L780: func (s InputMediaDocumentArray) Sort(less func(a, b InputMediaDocument) bool) InputMediaDocumentArray {
tl_input_media_slices_gen.go#L788: func (s InputMediaDocumentArray) SortStable(less func(a, b InputMediaDocument) bool) InputMediaDocumentArray {
tl_input_media_slices_gen.go#L796: func (s InputMediaDocumentArray) Retain(keep func(x InputMediaDocument) bool) InputMediaDocumentArray {
tl_input_media_slices_gen.go#L810: func (s InputMediaDocumentArray) First() (v InputMediaDocument, ok bool) {
tl_input_media_slices_gen.go#L818: func (s InputMediaDocumentArray) Last() (v InputMediaDocument, ok bool) {
tl_input_media_slices_gen.go#L826: func (s *InputMediaDocumentArray) PopFirst() (v InputMediaDocument, ok bool) {
tl_input_media_slices_gen.go#L836: var zero InputMediaDocument
tl_input_media_slices_gen.go#L845: func (s *InputMediaDocumentArray) Pop() (v InputMediaDocument, ok bool) {
tl_registry_gen.go#L4922: InputMediaDocumentTypeID: func() bin.Object { return &InputMediaDocument{} },
 |
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. |