type github.com/gotd/td/tg.ReplyInlineMarkup

31 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4126: 		ReplyInlineMarkupTypeID:                                  func() bin.Object { return &ReplyInlineMarkup{} },
		tl_reply_markup_gen.go#L831: type ReplyInlineMarkup struct {
		tl_reply_markup_gen.go#L840: func (r ReplyInlineMarkup) construct() ReplyMarkupClass { return &r }
		tl_reply_markup_gen.go#L844: 	_ bin.Encoder     = &ReplyInlineMarkup{}
		tl_reply_markup_gen.go#L845: 	_ bin.Decoder     = &ReplyInlineMarkup{}
		tl_reply_markup_gen.go#L846: 	_ bin.BareEncoder = &ReplyInlineMarkup{}
		tl_reply_markup_gen.go#L847: 	_ bin.BareDecoder = &ReplyInlineMarkup{}
		tl_reply_markup_gen.go#L849: 	_ ReplyMarkupClass = &ReplyInlineMarkup{}
		tl_reply_markup_gen.go#L852: func (r *ReplyInlineMarkup) Zero() bool {
		tl_reply_markup_gen.go#L864: func (r *ReplyInlineMarkup) String() string {
		tl_reply_markup_gen.go#L868: 	type Alias ReplyInlineMarkup
		tl_reply_markup_gen.go#L873: func (r *ReplyInlineMarkup) FillFrom(from interface {
		tl_reply_markup_gen.go#L882: func (*ReplyInlineMarkup) TypeID() uint32 {
		tl_reply_markup_gen.go#L887: func (*ReplyInlineMarkup) TypeName() string {
		tl_reply_markup_gen.go#L892: func (r *ReplyInlineMarkup) TypeInfo() tdp.Type {
		tl_reply_markup_gen.go#L911: func (r *ReplyInlineMarkup) Encode(b *bin.Buffer) error {
		tl_reply_markup_gen.go#L920: func (r *ReplyInlineMarkup) EncodeBare(b *bin.Buffer) error {
		tl_reply_markup_gen.go#L934: func (r *ReplyInlineMarkup) Decode(b *bin.Buffer) error {
		tl_reply_markup_gen.go#L945: func (r *ReplyInlineMarkup) DecodeBare(b *bin.Buffer) error {
		tl_reply_markup_gen.go#L970: func (r *ReplyInlineMarkup) GetRows() (value []KeyboardButtonRow) {
		tl_reply_markup_gen.go#L1046: 		v := ReplyInlineMarkup{}
		tl_reply_markup_slices_gen.go#L161: 		value, ok := elem.(*ReplyInlineMarkup)
		tl_reply_markup_slices_gen.go#L418: type ReplyInlineMarkupArray []ReplyInlineMarkup
		tl_reply_markup_slices_gen.go#L421: func (s ReplyInlineMarkupArray) Sort(less func(a, b ReplyInlineMarkup) bool) ReplyInlineMarkupArray {
		tl_reply_markup_slices_gen.go#L429: func (s ReplyInlineMarkupArray) SortStable(less func(a, b ReplyInlineMarkup) bool) ReplyInlineMarkupArray {
		tl_reply_markup_slices_gen.go#L437: func (s ReplyInlineMarkupArray) Retain(keep func(x ReplyInlineMarkup) bool) ReplyInlineMarkupArray {
		tl_reply_markup_slices_gen.go#L451: func (s ReplyInlineMarkupArray) First() (v ReplyInlineMarkup, ok bool) {
		tl_reply_markup_slices_gen.go#L459: func (s ReplyInlineMarkupArray) Last() (v ReplyInlineMarkup, ok bool) {
		tl_reply_markup_slices_gen.go#L467: func (s *ReplyInlineMarkupArray) PopFirst() (v ReplyInlineMarkup, ok bool) {
		tl_reply_markup_slices_gen.go#L477: 	var zero ReplyInlineMarkup
		tl_reply_markup_slices_gen.go#L486: func (s *ReplyInlineMarkupArray) Pop() (v ReplyInlineMarkup, ok bool) {